diff plotCoverage.xml @ 14:d4fdd10516f6 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b5fc4073c884a2d6a4092ea85150db1971010f28
author bgruening
date Sun, 14 May 2017 18:54:36 -0400
parents 94b05ea80203
children e5b784148a9d
line wrap: on
line diff
--- a/plotCoverage.xml	Fri Mar 31 18:13:32 2017 -0400
+++ b/plotCoverage.xml	Sun May 14 18:54:36 2017 -0400
@@ -38,6 +38,7 @@
                     --plotTitle '$advancedOpt.plotTitle'
                 #end if
                 @ADVANCED_OPTS_READ_PROCESSING@
+                @PLOTWIDTHHEIGHT@
                 @blacklist@
             #end if
 
@@ -45,7 +46,7 @@
     </command>
     <inputs>
 
-        <expand macro="multiple_input_bams" />
+        <expand macro="multiple_input_bams" MIN="1"/>
 
         <conditional name="advancedOpt">
             <param name="showAdvancedOpt" type="select" label="Show advanced options" >
@@ -57,6 +58,7 @@
                 <param argument="--numberOfSamples" type="integer" value="100000" min="1"
                    label="Number of samples"
                    help="Number of samples taken from the genome to compute the scaling factors."/>
+                <expand macro="plotWidthHeight" PLOTWIDTH="15.0" PLOTHEIGHT="5.0" />
                 <expand macro="region_limit_operation" />
                 <expand macro="read_processing_options" />
                 <expand macro="skipZeros" />