changeset 14:eafd5dc95228 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 57441e46de7ca04f25df6e43152dc210d4b32712
author iuc
date Fri, 04 May 2018 08:37:37 -0400
parents a305d75e13f2
children dd4df992d93d
files stringtie.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/stringtie.xml	Thu Apr 12 17:30:07 2018 -0400
+++ b/stringtie.xml	Fri May 04 08:37:37 2018 -0400
@@ -103,9 +103,9 @@
         #end if
         ## Sort count files on the first column
         &&
-        tail -n +2 gene_counts.csv | sort -t"\${TAB}" -k1 >> '$gene_counts'
+        tail -n +2 gene_counts.csv | sort -t"\${TAB}" -k1,1 >> '$gene_counts'
         &&
-        tail -n +2 transcript_counts.csv | sort -t"\${TAB}" -k1 >> '$transcript_counts'
+        tail -n +2 transcript_counts.csv | sort -t"\${TAB}" -k1,1 >> '$transcript_counts'
     #end if
 #end if
     ]]></command>