Mercurial > repos > bgruening > deeptools_bam_compare
diff bamCompare.xml @ 37:231b4f3228cc draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d
| author | bgruening |
|---|---|
| date | Tue, 19 Feb 2019 03:45:37 -0500 |
| parents | 708beeae1295 |
| children | b3bab2facc14 |
line wrap: on
line diff
--- a/bamCompare.xml Tue Aug 21 16:57:19 2018 -0400 +++ b/bamCompare.xml Tue Feb 19 03:45:37 2019 -0500 @@ -63,6 +63,7 @@ @ADVANCED_OPTS_READ_PROCESSING@ $advancedOpt.skipNAs + $advancedOpt.skipZeroOverZero #if str($advancedOpt.ignoreForNormalization).strip() != '': --ignoreForNormalization '$advancedOpt.ignoreForNormalization' @@ -163,6 +164,11 @@ <expand macro="read_processing_options" /> <expand macro="skipNAs" /> + <param argument="--skipZeroOverZero" type="select" label="Skip bins of no coverage" + help="Skip bins where BOTH files lack coverage."> + <option value="no" selected="true">No</option> + <option value="yes">Yes, skip them.</option> + </param> <param argument="--ignoreForNormalization" type="text" value="" size="50" label="regions that should be excluded for calculating the scaling factor"
