Mercurial > repos > bgruening > deeptools_compute_matrix
comparison computeMatrix.xml @ 21:177ee79a075f draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit cbb142cf0582948030f99621d5dd65ab80caa296
| author | bgruening |
|---|---|
| date | Thu, 11 Aug 2016 06:32:49 -0400 |
| parents | 8ec039dcc99a |
| children | 10929984ab48 |
comparison
equal
deleted
inserted
replaced
| 20:35f0a75682e5 | 21:177ee79a075f |
|---|---|
| 74 --maxThreshold $advancedOpt.maxThreshold | 74 --maxThreshold $advancedOpt.maxThreshold |
| 75 #end if | 75 #end if |
| 76 #if $advancedOpt.scale is not None and str($advancedOpt.scale) != '': | 76 #if $advancedOpt.scale is not None and str($advancedOpt.scale) != '': |
| 77 --scale $advancedOpt.scale | 77 --scale $advancedOpt.scale |
| 78 #end if | 78 #end if |
| 79 | |
| 80 @ADVANCED_OPTS_GTF@ | |
| 81 | |
| 82 @blacklist@ | |
| 83 | |
| 79 #end if | 84 #end if |
| 80 ]]> | 85 ]]> |
| 81 </command> | 86 </command> |
| 82 <inputs> | 87 <inputs> |
| 83 | 88 |
| 204 numeric value will be skipped. The max threshold is useful to skip those | 209 numeric value will be skipped. The max threshold is useful to skip those |
| 205 few regions with very high read counts (e.g. major satellites) that may | 210 few regions with very high read counts (e.g. major satellites) that may |
| 206 bias the average values. (--maxThreshold)"/> | 211 bias the average values. (--maxThreshold)"/> |
| 207 <param name="scale" type="float" optional="True" label="Scaling factor" | 212 <param name="scale" type="float" optional="True" label="Scaling factor" |
| 208 help="If set, all values are multiplied by this number. (--scale)"/> | 213 help="If set, all values are multiplied by this number. (--scale)"/> |
| 214 | |
| 215 <expand macro="gtf_options" /> | |
| 216 | |
| 217 <expand macro="blacklist" /> | |
| 209 </when> | 218 </when> |
| 210 </conditional> | 219 </conditional> |
| 211 </inputs> | 220 </inputs> |
| 212 <outputs> | 221 <outputs> |
| 213 <data format="deeptools_compute_matrix_archive" name="outFileName" label="${tool.name} on ${on_string}: Matrix" /> | 222 <data format="deeptools_compute_matrix_archive" name="outFileName" label="${tool.name} on ${on_string}: Matrix" /> |
