# HG changeset patch # User iuc # Date 1525437457 14400 # Node ID eafd5dc95228e42e6f5ec5b2ce3c978169e4fabb # Parent a305d75e13f2bd4b267c22cee1ebc2dcdaf01513 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 57441e46de7ca04f25df6e43152dc210d4b32712 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 @@ -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 ]]>