comparison 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
comparison
equal deleted inserted replaced
8:3a3234d7a2e8 9:5eaa8a968300
19 </command> 19 </command>
20 20
21 <inputs> 21 <inputs>
22 <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" /> 22 <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" />
23 <repeat name="comments" title="Comment" min="1" help="You can provide multiple comments"> 23 <repeat name="comments" title="Comment" min="1" help="You can provide multiple comments">
24 <param name="comment" type="text" size="50" label="Add this comment to BAM dataset" help="COMMENT"/> 24 <param name="comment" type="text" label="Add this comment to BAM dataset" help="COMMENT"/>
25 </repeat> 25 </repeat>
26 26
27 <expand macro="VS" /> 27 <expand macro="VS" />
28 28
29 </inputs> 29 </inputs>