Mercurial > repos > bgruening > deeptools_bigwig_compare
diff bigwigCompare.xml @ 24:93eb012d9eed draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6f68c67a609ee0ee720f7c6e197fe37ecd940b57
author | bgruening |
---|---|
date | Tue, 02 Apr 2019 08:10:58 -0400 |
parents | 78e60b236515 |
children | 3d211717a775 |
line wrap: on
line diff
--- a/bigwigCompare.xml Wed Feb 20 07:55:54 2019 -0500 +++ b/bigwigCompare.xml Tue Apr 02 08:10:58 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" />