diff bigwigCompare.xml @ 40:26031beab653 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6f68c67a609ee0ee720f7c6e197fe37ecd940b57
author bgruening
date Tue, 02 Apr 2019 07:06:19 -0400
parents 6f203e0d851b
children b1ee75d72eee
line wrap: on
line diff
--- a/bigwigCompare.xml	Wed Feb 20 09:16:28 2019 -0500
+++ b/bigwigCompare.xml	Tue Apr 02 07:06:19 2019 -0400
@@ -28,6 +28,7 @@
             #if $advancedOpt.showAdvancedOpt == "yes":
 
               $advancedOpt.skipNAs
+              $advancedOpt.skipZeroOverZero
               --scaleFactors '$advancedOpt.scaleFactor1:$advancedOpt.scaleFactor2'
               --binSize $advancedOpt.binSize
 
@@ -95,6 +96,7 @@
                     help="Size of the bins in bases for the output of the bigwig/bedgraph file."/>
 
                 <expand macro="skipNAs" />
+                <expand macro="skipZeroOverZero" />
                 <expand macro="scaleFactors" />
                 <expand macro="plotTitle" />
                 <expand macro="blacklist" />