Mercurial > repos > devteam > picard
diff picard_SortSam.xml @ 11:efc56ee1ade4 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author | devteam |
---|---|
date | Wed, 11 Nov 2015 12:23:17 -0500 |
parents | 3a3234d7a2e8 |
children | 05087b27692a |
line wrap: on
line diff
--- a/picard_SortSam.xml Sun Oct 11 10:46:17 2015 -0400 +++ b/picard_SortSam.xml Wed Nov 11 12:23:17 2015 -0500 @@ -1,4 +1,4 @@ -<tool id="picard_SortSam" name="SortSam" version="@TOOL_VERSION@.0"> +<tool id="picard_SortSam" name="SortSam" version="@TOOL_VERSION@.1"> <description>sort SAM/BAM dataset</description> <macros> <import>picard_macros.xml</import> @@ -21,7 +21,6 @@ <param name="sort_order" type="select" display="radio" label="Sort order" help="SORT_ORDER; default=coordinate"> <option value="coordinate" selected="True">Coordinate</option> <option value="queryname">Queryname</option> - <option value="unsorted">Unsorted</option> </param> <expand macro="VS" /> </inputs> @@ -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@