Previous changeset 4:40232a4e5a04 (2017-10-14) Next changeset 6:15e64c5938e6 (2017-10-15) |
Commit message:
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60-dirty |
modified:
porechop_summarize.pl |
b |
diff -r 40232a4e5a04 -r 64fcb9c72e47 porechop_summarize.pl --- a/porechop_summarize.pl Sat Oct 14 22:30:35 2017 -0400 +++ b/porechop_summarize.pl Sat Oct 14 23:08:38 2017 -0400 |
[ |
@@ -21,6 +21,8 @@ } $table =~ s/(^\s+|\e\[\d+m)//gms; +pos($table) = 0; +$table =~ s/[ \t]+/\t/gms; say $table; exit; |