Mercurial > repos > romaingred > pirna_pipeline
comparison bin/align.pm @ 52:945d903dad5a draft
Uploaded
author | romaingred |
---|---|
date | Fri, 01 Dec 2017 09:33:36 -0500 |
parents | a03408665904 |
children |
comparison
equal
deleted
inserted
replaced
51:6bd3e935d32b | 52:945d903dad5a |
---|---|
40 | 40 |
41 sub get_unique | 41 sub get_unique |
42 { | 42 { |
43 my ( $sam, $s_uni, $out_prefix, $col_prefix, $details, $report ) = @_; | 43 my ( $sam, $s_uni, $out_prefix, $col_prefix, $details, $report ) = @_; |
44 | 44 |
45 my $fout = $col_prefix.'all_mappers.fastq'; | 45 my $fout = $col_prefix.'_all_mappers.fastq'; |
46 my $funi = $col_prefix.'unique_mappers.fastq'; | 46 my $funi = $col_prefix.'_unique_mappers.fastq'; |
47 my $frej = $col_prefix.'unmapped.fastq'; | 47 my $frej = $col_prefix.'_unmapped.fastq'; |
48 | 48 |
49 my $repartition = $out_prefix.'distribution.txt'; | 49 my $repartition = $out_prefix.'distribution.txt'; |
50 my $png_rep = $out_prefix.'distribution.png'; | 50 my $png_rep = $out_prefix.'distribution.png'; |
51 my ( %duplicates, %genome_hits) ; | 51 my ( %duplicates, %genome_hits) ; |
52 | 52 |