diff picard_AddCommentsToBam.xml @ 9:5eaa8a968300 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 1869970193a1878acbc0f8a79b81dd02b37f1dc1
author devteam
date Fri, 09 Oct 2015 17:43:13 -0400
parents 3a3234d7a2e8
children 05087b27692a
line wrap: on
line diff
--- a/picard_AddCommentsToBam.xml	Thu Jul 16 15:53:10 2015 -0400
+++ b/picard_AddCommentsToBam.xml	Fri Oct 09 17:43:13 2015 -0400
@@ -21,7 +21,7 @@
   <inputs>
     <param format="bam" name="inputFile" type="data" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset" />
     <repeat name="comments" title="Comment" min="1" help="You can provide multiple comments">
-          <param name="comment" type="text" size="50" label="Add this comment to BAM dataset" help="COMMENT"/>
+          <param name="comment" type="text" label="Add this comment to BAM dataset" help="COMMENT"/>
     </repeat>
 
     <expand macro="VS" />