changeset 5:2f3cdd537834 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 6e148b31fed1b322ce720804d8525088ec6d43f9
author devteam
date Thu, 29 Oct 2015 22:23:28 -0400
parents 2589e6207cb4
children 961236c5ec73
files picard_SortSam.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
-<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@