diff picard_AddCommentsToBam.xml @ 4:2589e6207cb4 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/picard commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:27:49 -0400
parents 52fdfc45590a
children 08f69add4d06
line wrap: on
line diff
--- a/picard_AddCommentsToBam.xml	Thu Jul 16 15:32:31 2015 -0400
+++ b/picard_AddCommentsToBam.xml	Tue Oct 13 12:27:49 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" />