# HG changeset patch # User jdv # Date 1508036918 14400 # Node ID 64fcb9c72e47bf3495f3fb6fa95a2e0424d59724 # Parent 40232a4e5a0437c0800b4f3b0ef97fbb8b44202e planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60-dirty 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;