Repository 'stringtie'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/stringtie

Changeset 14:eafd5dc95228 (2018-05-04)
Previous changeset 13:a305d75e13f2 (2018-04-12) Next changeset 15:dd4df992d93d (2018-07-24)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 57441e46de7ca04f25df6e43152dc210d4b32712
modified:
stringtie.xml
b
diff -r a305d75e13f2 -r eafd5dc95228 stringtie.xml
--- a/stringtie.xml Thu Apr 12 17:30:07 2018 -0400
+++ b/stringtie.xml Fri May 04 08:37:37 2018 -0400
b
@@ -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>