Mercurial > repos > bgruening > deeptools_plot_coverage
comparison deepTools_macros.xml @ 10:d135576cd41c draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
author | bgruening |
---|---|
date | Mon, 15 Feb 2016 10:17:53 -0500 |
parents | 4679da05d86c |
children | 752d2d85e6af |
comparison
equal
deleted
inserted
replaced
9:4679da05d86c | 10:d135576cd41c |
---|---|
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 |