changeset 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 40232a4e5a04
children 15e64c5938e6
files porechop_summarize.pl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;