Mercurial > repos > bgruening > deeptools_bigwig_compare
diff bigwigCompare.xml @ 2:aa7b72a84bfc draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4fc171a2e9d37ef865695a04ff1b12068d8fe427
| author | bgruening |
|---|---|
| date | Fri, 18 Dec 2015 07:59:36 -0500 |
| parents | 35c5d2a2f2fa |
| children | f4fb73df60df |
line wrap: on
line diff
--- a/bigwigCompare.xml Wed Dec 16 16:47:05 2015 -0500 +++ b/bigwigCompare.xml Fri Dec 18 07:59:36 2015 -0500 @@ -27,7 +27,7 @@ #if $advancedOpt.showAdvancedOpt == "yes": - $advancedOpt.keepNAs + $advancedOpt.skipNAs --scaleFactors '$advancedOpt.scaleFactor1:$advancedOpt.scaleFactor2' --binSize $advancedOpt.binSize @@ -85,7 +85,7 @@ label="Length, in base pairs, of the non-overlapping bin for averaging the score over the regions length" help="Size of the bins in bp for the output of the bigwig/bedgraph file."/> - <expand macro="keepNAs" /> + <expand macro="skipNAs" /> <expand macro="scaleFactor" /> <expand macro="plotTitle" /> </when>
