comparison porechop_summarize.pl @ 5:64fcb9c72e47 draft

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/porechop commit 2a0c81f39a2d50819a327cb889f336b136612d60-dirty
author jdv
date Sat, 14 Oct 2017 23:08:38 -0400
parents 80408ff0c1f5
children
comparison
equal deleted inserted replaced
4:40232a4e5a04 5:64fcb9c72e47
19 $table .= $line; 19 $table .= $line;
20 20
21 } 21 }
22 22
23 $table =~ s/(^\s+|\e\[\d+m)//gms; 23 $table =~ s/(^\s+|\e\[\d+m)//gms;
24 pos($table) = 0;
25 $table =~ s/[ \t]+/\t/gms;
24 say $table; 26 say $table;
25 27
26 exit; 28 exit;
27 29