Previous changeset 38:15fbf3bdb553 (2017-11-28) Next changeset 40:8c003382d582 (2017-11-28) |
Commit message:
Uploaded |
modified:
bin/html.pm |
b |
diff -r 15fbf3bdb553 -r e36c4f4fe5fd bin/html.pm --- a/bin/html.pm Tue Nov 28 10:11:00 2017 -0500 +++ b/bin/html.pm Tue Nov 28 10:18:17 2017 -0500 |
b |
@@ -239,7 +239,7 @@ elsif ( $f =~ /TEs_minus\.bedgraph$/) { $HTE{'bedgraph minus strand'} = $f; } elsif ( $f =~ /transcripts_sorted\.bam$/) { $Hex{'transcripts mappers (sorted bam)'} = $f;} elsif ( $f =~ /transcripts_unique_sorted\.bam$/) { $Hex{'transcripts unique mappers (sorted bam)'} = $f;} - elsif ( $f =~ /transcripts_reads_counts\.txt$/) { $Hex{'read number per exon (txt)'} = $f;} + elsif ( $f =~ /transcripts_reads_counts\.txt$/) { $Hex{'read number per transcript (txt)'} = $f;} elsif ( $f =~ /TEs_reads_counts\.txt$/) { $HTE{"read number per TE 0 to $misTE mismatches (txt)"} = $f; } elsif ( $f =~ /TEs_reads_counts_mismatches\.txt$/) { $HTE{"read number per TE with 1 to $misTE mismatches (txt)"} = $f; } elsif ( $f =~ /TEs_reads_counts_nomismatches\.txt$/) { $HTE{'read number per TE with no mismatch (txt)'} = $f; } |