# HG changeset patch # User devteam # Date 1446171808 14400 # Node ID 2f3cdd537834b5ef35ddb5022ae7a77a6fcb2ecf # Parent 2589e6207cb415533feeb5f94884e52f75adde09 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 6e148b31fed1b322ce720804d8525088ec6d43f9 diff -r 2589e6207cb4 -r 2f3cdd537834 picard_SortSam.xml --- a/picard_SortSam.xml Tue Oct 13 12:27:49 2015 -0400 +++ b/picard_SortSam.xml Thu Oct 29 22:23:28 2015 -0400 @@ -1,4 +1,4 @@ - + sort SAM/BAM dataset picard_macros.xml @@ -21,7 +21,6 @@ - @@ -56,7 +55,7 @@ @description@ SORT_ORDER=SortOrder - SO=SortOrder Sort order of output file Required. Possible values: {unsorted, queryname, coordinate} + SO=SortOrder Sort order of output file. You can either sort by queryname or by coordinate. @more_info@