Mercurial > repos > bgruening > deeptools
diff bigwigCompare.xml @ 65:9bee2c86eeb1 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit ab1ab06323702186cf0c883d5774720cbb822cb5-dirty
author | iuc |
---|---|
date | Mon, 25 May 2015 05:16:10 -0400 |
parents | f3140d17939e |
children | 1dbd76a58d8b |
line wrap: on
line diff
--- a/bigwigCompare.xml Sun Mar 22 13:02:33 2015 -0400 +++ b/bigwigCompare.xml Mon May 25 05:16:10 2015 -0400 @@ -1,11 +1,10 @@ <tool id="deeptools_bigwigCompare" name="bigwigCompare" version="@WRAPPER_VERSION@.0"> <description>normalizes and compares two bigWig files to obtain the ratio, log2ratio or difference</description> - <expand macro="requirements"/> - <expand macro="stdio" /> <macros> <token name="@BINARY@">bigwigCompare</token> <import>deepTools_macros.xml</import> </macros> + <expand macro="requirements"/> <command> <![CDATA[ bigwigCompare @@ -34,6 +33,10 @@ --scaleFactors '$advancedOpt.scaleFactor1:$advancedOpt.scaleFactor2' --binSize $advancedOpt.binSize + #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": + --plotTitle '$advancedOpt.plotTitle' + #end if + #end if ]]> </command> @@ -80,8 +83,17 @@ help="Size of the bins in bp for the output of the bigwig/bedgraph file. (--binSize)"/> <param name="missingDataAsZero" type="boolean" truevalue="yes" falsevalue="no" checked="True" label ="Treat missing data as zero" - help ="This parameter determines if missing data should be replaced with a zero. If set to "no", missing data will be ignored and will not be included in the output file at all. Missing data is defined as those regions for which no value exists in *any* of the bigwig files. The decision to include or exclude missing data depends on the interpretation of the data. Missing data in a bigwig file may mean that there is no information available for certain regions, for example a repetitive region that is not being considered. In the same file regions with low coverage may get zero read counts. If missing data is replaced by zero, this would convert the excluded repetitive regions into regions of low coverage. (--missingDataAsZero)" /> + help ="This parameter determines if missing data should be replaced with a zero. + If set to "no", missing data will be ignored and will not be included in the + output file at all. Missing data is defined as those regions for which no value exists in + *any* of the bigwig files. The decision to include or exclude missing data depends on + the interpretation of the data. Missing data in a bigwig file may mean that there is no + information available for certain regions, for example a repetitive region that is not + being considered. In the same file regions with low coverage may get zero read counts. + If missing data is replaced by zero, this would convert the excluded repetitive regions + into regions of low coverage. (--missingDataAsZero)" /> <expand macro="scaleFactor" /> + <expand macro="plotTitle" /> </when> </conditional> </inputs>