diff bamCompare.xml @ 20:a0ad8afc1e5f draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 38cfe39e3b3c82bbc0c2013e3068bd71adc3a9cb
author bgruening
date Mon, 09 Jul 2018 18:48:13 -0400
parents 2a1b4e95bdf7
children 59cbb059cd1e
line wrap: on
line diff
--- a/bamCompare.xml	Thu Apr 05 10:55:44 2018 -0400
+++ b/bamCompare.xml	Mon Jul 09 18:48:13 2018 -0400
@@ -46,6 +46,7 @@
             #end if
 
             --operation $comparison.type
+            $exactScaling
 
             #if $comparison.type in ['ratio','log2']:
                 --pseudocount $comparison.pseudocount
@@ -145,6 +146,7 @@
             </when>
         </conditional>
 
+        <expand macro="exactScaling" />
         <param name="outFileFormat" type="select" label="Coverage file format">
             <option value="bigwig" selected="true">bigwig</option>
             <option value="bedgraph">bedgraph</option>