Skip to content

Commit 73131ef

Browse files
committed
Fixing errors with gen_infernalHits.pl, wherein all the hit coordinates were wrong in chromosome space when converted from exon-intron boundary space.
1 parent ef29cf0 commit 73131ef

File tree

5 files changed

+292
-59
lines changed

5 files changed

+292
-59
lines changed

NGS-Utils/README.pod

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Run the B<I<identification stage>> of the pipeline through command-line options
4242

4343
=head1 CITATION
4444

45-
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>>
45+
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>>
4646

4747
=head1 INSTALLATION
4848

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

838838
=head1 DATE
839839

840-
Mar-22-2018
840+
Oct-04-2019
841841

842842
=cut

NGS-Utils/blast2gff.pl

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
-seq_name => $hit->name,
117117
-tag => {query_id => $query_name,
118118
hit_ident => $percent_identity,
119-
hsp_match_len => $hsp->length('total')},
119+
hsp_match_len => $hsp->length('total'),
120+
query_cov => $query_coverage},
120121
-score => $hsp->score,
121122
-start => $corresponding_chr_start,
122123
-end => $corresponding_chr_end,

0 commit comments

Comments
 (0)