Mercurial > repos > bgruening > deeptools_plot_profile
changeset 14:3e2de17147d5 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
author | bgruening |
---|---|
date | Mon, 15 Feb 2016 10:22:58 -0500 |
parents | d2205d523d83 |
children | 1ab38af580ae |
files | deepTools_macros.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/deepTools_macros.xml Mon Feb 15 10:10:46 2016 -0500 +++ b/deepTools_macros.xml Mon Feb 15 10:22:58 2016 -0500 @@ -308,6 +308,12 @@ </xml> <xml name="multiple_input_bams"> + <param argument="--bamfiles" type="data" format="bam" min="1" + label="Bam file" multiple="true" + help="The BAM file must be sorted."/> + </xml> + + <xml name="multiple_input_bams_min2"> <param argument="--bamfiles" type="data" format="bam" min="2" label="Bam file" multiple="true" help="The BAM file must be sorted."/>