Skip to content

Commit

Permalink
Fixing errors with gen_infernalHits.pl, wherein all the hit coordinat…
Browse files Browse the repository at this point in the history
…es were wrong in chromosome space when converted from exon-intron boundary space.
  • Loading branch information
biocoder committed Oct 4, 2019
1 parent ef29cf0 commit 73131ef
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 59 deletions.
4 changes: 2 additions & 2 deletions NGS-Utils/README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Run the B<I<identification stage>> of the pipeline through command-line options

=head1 CITATION

B<Assessment of Histone Tail Modifications and Transcriptional Profiling During Colon Cancer Progression Reveals a Global Decrease in H3K4me3 Activity> Karen Triff; Mathew W McLean; Kranti Kranti; Jiahui Pang; Evelyn Callaway; Beiyan Zhou; Ivan Ivanov; Robert S. Chapkin B<I<Molecular Basis of Disease 2017>>
B<Assessment of Histone Tail Modifications and Transcriptional Profiling During Colon Cancer Progression Reveals a Global Decrease in H3K4me3 Activity> Karen Triff; Mathew W McLean; Kranti Konganti; Jiahui Pang; Evelyn Callaway; Beiyan Zhou; Ivan Ivanov; Robert S. Chapkin B<I<Molecular Basis of Disease 2017>>

=head1 INSTALLATION

Expand Down Expand Up @@ -837,6 +837,6 @@ This program is distributed under the Artistic License 2.0.

=head1 DATE

Mar-22-2018
Oct-04-2019

=cut
3 changes: 2 additions & 1 deletion NGS-Utils/blast2gff.pl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
-seq_name => $hit->name,
-tag => {query_id => $query_name,
hit_ident => $percent_identity,
hsp_match_len => $hsp->length('total')},
hsp_match_len => $hsp->length('total'),
query_cov => $query_coverage},
-score => $hsp->score,
-start => $corresponding_chr_start,
-end => $corresponding_chr_end,
Expand Down
Loading

0 comments on commit 73131ef

Please sign in to comment.