changeset 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 b43bafe9fd1b
files deepTools_macros.xml multiBamSummary.xml
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deepTools_macros.xml	Mon Feb 15 10:03:43 2016 -0500
+++ b/deepTools_macros.xml	Mon Feb 15 10:15:19 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."/>
--- a/multiBamSummary.xml	Mon Feb 15 10:03:43 2016 -0500
+++ b/multiBamSummary.xml	Mon Feb 15 10:15:19 2016 -0500
@@ -41,7 +41,7 @@
     </command>
 
     <inputs>
-        <expand macro="multiple_input_bams" />
+        <expand macro="multiple_input_bams_min2" />
 
         <conditional name="mode">
             <param name="modeOpt" type="select" label="Choose computation mode"