Skip to content

Commit

Permalink
Closes #278. Fixes format_iterative_blast_phylo.pl that was broken in…
Browse files Browse the repository at this point in the history
… previous commit
  • Loading branch information
necrolyte2 committed Aug 13, 2015
1 parent 5608dca commit 1693809
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@
close($outphylo_top);

# this is hack-ish: cut off space-consuming seq cols to make smaller report
print_system("cat $outputdir/$mate.$prefix.report.txt | cut -f2-- > $outputdir/$mate.$prefix.smallreport.txt") if ($bigreport); # report
print_system("cat $outputdir/$mate.$prefix.top.report.txt | cut -f2-- > $outputdir/$mate.$prefix.top.smallreport.txt"); # top hit report
print_system("cat $outputdir/$mate.$prefix.report.txt | cut -f2- > $outputdir/$mate.$prefix.smallreport.txt") if ($bigreport); # report
print_system("cat $outputdir/$mate.$prefix.top.report.txt | cut -f2- > $outputdir/$mate.$prefix.top.smallreport.txt"); # top hit report

} # mate exists
} # mate

0 comments on commit 1693809

Please sign in to comment.