Mercurial > repos > bgruening > deeptools_bam_compare
comparison bamCompare.xml @ 22:59cbb059cd1e draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 6507b14607984c6f48d9866922a17132de4bb54d
author | bgruening |
---|---|
date | Tue, 19 Feb 2019 10:03:16 -0500 |
parents | a0ad8afc1e5f |
children | c09c23eaf116 |
comparison
equal
deleted
inserted
replaced
21:e4287c038599 | 22:59cbb059cd1e |
---|---|
61 --smoothLength '$advancedOpt.smoothLength' | 61 --smoothLength '$advancedOpt.smoothLength' |
62 #end if | 62 #end if |
63 | 63 |
64 @ADVANCED_OPTS_READ_PROCESSING@ | 64 @ADVANCED_OPTS_READ_PROCESSING@ |
65 $advancedOpt.skipNAs | 65 $advancedOpt.skipNAs |
66 $advancedOpt.skipZeroOverZero | |
66 | 67 |
67 #if str($advancedOpt.ignoreForNormalization).strip() != '': | 68 #if str($advancedOpt.ignoreForNormalization).strip() != '': |
68 --ignoreForNormalization '$advancedOpt.ignoreForNormalization' | 69 --ignoreForNormalization '$advancedOpt.ignoreForNormalization' |
69 #end if | 70 #end if |
70 | 71 |
161 <when value="yes"> | 162 <when value="yes"> |
162 <expand macro="smoothLength" /> | 163 <expand macro="smoothLength" /> |
163 <expand macro="read_processing_options" /> | 164 <expand macro="read_processing_options" /> |
164 | 165 |
165 <expand macro="skipNAs" /> | 166 <expand macro="skipNAs" /> |
167 <param argument="--skipZeroOverZero" type="select" label="Skip bins of no coverage" | |
168 help="Skip bins where BOTH files lack coverage."> | |
169 <option value="no" selected="true">No</option> | |
170 <option value="yes">Yes, skip them.</option> | |
171 </param> | |
166 | 172 |
167 <param argument="--ignoreForNormalization" type="text" value="" size="50" | 173 <param argument="--ignoreForNormalization" type="text" value="" size="50" |
168 label="regions that should be excluded for calculating the scaling factor" | 174 label="regions that should be excluded for calculating the scaling factor" |
169 help="Sometimes it makes sense to exclude certain regions when calculating the scaling factor. | 175 help="Sometimes it makes sense to exclude certain regions when calculating the scaling factor. |
170 For example, if you know of copy number variations between samples then you may want to exclude these. | 176 For example, if you know of copy number variations between samples then you may want to exclude these. |