Mercurial > repos > romaingred > pirna_pipeline
diff bin/html.pm @ 9:0ee4dadfdca3 draft
Uploaded
author | romaingred |
---|---|
date | Fri, 13 Oct 2017 03:17:10 -0400 |
parents | 198009598544 |
children | eec6ce306605 |
line wrap: on
line diff
--- a/bin/html.pm Fri Oct 13 03:12:12 2017 -0400 +++ b/bin/html.pm Fri Oct 13 03:17:10 2017 -0400 @@ -234,7 +234,7 @@ elsif ( $f =~ /exons_sorted\.bam$/) { $Hex{'exons mappers (sorted bam)'} = $f;} elsif ( $f =~ /exons_unique_sorted\.bam$/) { $Hex{'exons unique mappers (sorted bam)'} = $f;} elsif ( $f =~ /exons_reads_counts\.txt$/) { $Hex{'read number per exon (txt)'} = $f;} - elsif ( $f =~ /TEs_reads_counts\.txt$/) { $HTE{'read number per TE 0 to $misTE mismatches (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; } elsif ( $f =~ /TEs_unique_sorted\.bam$/) { $HTE{'TEs unique mappers (sorted bam)'} = $f; }