comparison 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
comparison
equal deleted inserted replaced
3:52fdfc45590a 4:2589e6207cb4
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>