# HG changeset patch # User iuc # Date 1525437441 14400 # Node ID 48258a274be26d0eb4bb90cf9009961933531d6d # Parent 0c85a528a7713cd54ab3db3cb37f82d58418ef8f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 57441e46de7ca04f25df6e43152dc210d4b32712 diff -r 0c85a528a771 -r 48258a274be2 stringtie.xml --- a/stringtie.xml Thu Apr 12 17:29:27 2018 -0400 +++ b/stringtie.xml Fri May 04 08:37:21 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 ]]>