comparison deepTools_macros.xml @ 3:41c2e05aa70c draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
author bgruening
date Mon, 15 Feb 2016 10:15:19 -0500
parents 46909e251980
children fc6958579f1f
comparison
equal deleted inserted replaced
2:46909e251980 3:41c2e05aa70c
306 <yield /> 306 <yield />
307 </citations> 307 </citations>
308 </xml> 308 </xml>
309 309
310 <xml name="multiple_input_bams"> 310 <xml name="multiple_input_bams">
311 <param argument="--bamfiles" type="data" format="bam" min="1"
312 label="Bam file" multiple="true"
313 help="The BAM file must be sorted."/>
314 </xml>
315
316 <xml name="multiple_input_bams_min2">
311 <param argument="--bamfiles" type="data" format="bam" min="2" 317 <param argument="--bamfiles" type="data" format="bam" min="2"
312 label="Bam file" multiple="true" 318 label="Bam file" multiple="true"
313 help="The BAM file must be sorted."/> 319 help="The BAM file must be sorted."/>
314 </xml> 320 </xml>
315 321