diff bamCoverage.xml @ 20:827fe3df85c3 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 38cfe39e3b3c82bbc0c2013e3068bd71adc3a9cb
author bgruening
date Mon, 09 Jul 2018 19:06:38 -0400
parents f024daeffbed
children 2d2cf5c1ea8a
line wrap: on
line diff
--- a/bamCoverage.xml	Thu Apr 05 10:58:15 2018 -0400
+++ b/bamCoverage.xml	Mon Jul 09 19:06:38 2018 -0400
@@ -41,6 +41,7 @@
             #if str($region).strip() != '':
                 --region '$region'
             #end if
+            $exactScaling
 
             #if $advancedOpt.showAdvancedOpt == "yes":
                 #if str($advancedOpt.scaleFactor).strip() != '':
@@ -101,6 +102,7 @@
             <option value="bedgraph">bedgraph</option>
         </param>
 
+        <expand macro="exactScaling" />
         <expand macro="region_limit_operation" />
 
         <conditional name="advancedOpt">