comparison picard_MergeSamFiles.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
33 <param format="sam,bam" name="inputFile" type="data" multiple="True" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/> 33 <param format="sam,bam" name="inputFile" type="data" multiple="True" label="Select SAM/BAM dataset or dataset collection" help="If empty, upload or import a SAM/BAM dataset"/>
34 <param name="merge_sequence_dictionaries" type="boolean" label="Merge the sequence dictionaries of the datasets being merged" help="MERGE_SEQUENCE_DICTIONARIES; default=False"/> 34 <param name="merge_sequence_dictionaries" type="boolean" label="Merge the sequence dictionaries of the datasets being merged" help="MERGE_SEQUENCE_DICTIONARIES; default=False"/>
35 <param name="assume_sorted" type="boolean" label="Assume the input file is already sorted" help="ASSUME_SORTED; default=False"/> 35 <param name="assume_sorted" type="boolean" label="Assume the input file is already sorted" help="ASSUME_SORTED; default=False"/>
36 36
37 <repeat name="comments" title="Comment" min="0" help="You can provide multiple comments"> 37 <repeat name="comments" title="Comment" min="0" help="You can provide multiple comments">
38 <param name="comment" type="text" size="50" label="Add this comment to BAM dataset" help="COMMENT"/> 38 <param name="comment" type="text" label="Add this comment to BAM dataset" help="COMMENT"/>
39 </repeat> 39 </repeat>
40 40
41 <expand macro="VS" /> 41 <expand macro="VS" />
42 42
43 </inputs> 43 </inputs>