Mercurial > repos > bgruening > hicexplorer_hicsummatrices
comparison macros.xml @ 1:a6ccec9faaa3 draft
planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 2f347b0756d720114f037ed1ff9ba4836e1b3b04
author | bgruening |
---|---|
date | Wed, 29 Mar 2017 18:39:55 -0400 |
parents | f638ffde832e |
children | 02aa5e8bc7be |
comparison
equal
deleted
inserted
replaced
0:f638ffde832e | 1:a6ccec9faaa3 |
---|---|
9 <regex match="Traceback" /> | 9 <regex match="Traceback" /> |
10 </stdio> | 10 </stdio> |
11 </xml> | 11 </xml> |
12 | 12 |
13 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> | 13 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> |
14 <token name="@WRAPPER_VERSION@">1.2</token> | 14 <token name="@WRAPPER_VERSION@">1.7.1</token> |
15 <xml name="requirements"> | 15 <xml name="requirements"> |
16 <requirements> | 16 <requirements> |
17 <requirement type="package" version="2.7.13">python</requirement> | |
17 <requirement type="package" version="@WRAPPER_VERSION@">hicexplorer</requirement> | 18 <requirement type="package" version="@WRAPPER_VERSION@">hicexplorer</requirement> |
18 <yield /> | 19 <yield /> |
19 </requirements> | 20 </requirements> |
20 <expand macro="stdio" /> | 21 <expand macro="stdio" /> |
21 <version_command>@BINARY@ --version</version_command> | 22 <version_command>@BINARY@ --version</version_command> |
31 <xml name="zMax"> | 32 <xml name="zMax"> |
32 <param argument="--zMax" name="zMax" type="float" optional="true" label="zMax for 3D plot"/> <!-- this should only be enabled when both or 3d is selected for param whatToShow --> | 33 <param argument="--zMax" name="zMax" type="float" optional="true" label="zMax for 3D plot"/> <!-- this should only be enabled when both or 3d is selected for param whatToShow --> |
33 </xml> | 34 </xml> |
34 | 35 |
35 <xml name="colormap"> | 36 <xml name="colormap"> |
36 <param argument="--colorMap" type="select" label="Color map to use for the heatmap" help=" Available color map names can be found here: http://www.astro.lsa.umich.edu/~msshin/science/code/matplotlib_cm/"> | 37 <param argument="--colorMap" name="colormap" type="select" optional="True" label="Color map to use for the heatmap" help=" Available color map names can be found here: http://www.astro.lsa.umich.edu/~msshin/science/code/matplotlib_cm/"> |
37 <option value="RdYlBu" selected="true">RdYlBu</option> | 38 <option value="RdYlBu">RdYlBu</option> |
38 <option value="Accent">Accent</option> | 39 <option value="Accent">Accent</option> |
39 <option value="Spectral">Spectral</option> | 40 <option value="Spectral">Spectral</option> |
40 <option value="Set1">Set1</option> | 41 <option value="Set1">Set1</option> |
41 <option value="Set2">Set2</option> | 42 <option value="Set2">Set2</option> |
42 <option value="Set3">Set3</option> | 43 <option value="Set3">Set3</option> |
150 <option value="RdBu_r">RdBu reversed</option> | 151 <option value="RdBu_r">RdBu reversed</option> |
151 <option value="RdGy_r">RdGy reversed</option> | 152 <option value="RdGy_r">RdGy reversed</option> |
152 <option value="RdPu_r">RdPu reversed</option> | 153 <option value="RdPu_r">RdPu reversed</option> |
153 <option value="YlGn_r">YlGn reversed</option> | 154 <option value="YlGn_r">YlGn reversed</option> |
154 <option value="PuBuGn_r">PuBuGn reversed</option> | 155 <option value="PuBuGn_r">PuBuGn reversed</option> |
155 <option value="RdYlBu_r">RdYlBu reversed</option> | 156 <option value="RdYlBu_r" selected="True">RdYlBu reversed</option> |
156 <option value="RdYlGn_r">RdYlGn reversed</option> | 157 <option value="RdYlGn_r">RdYlGn reversed</option> |
157 <option value="YlGnBu_r">YlGnBu reversed</option> | 158 <option value="YlGnBu_r">YlGnBu reversed</option> |
158 <option value="YlOrBr_r">YlOrBr reversed</option> | 159 <option value="YlOrBr_r">YlOrBr reversed</option> |
159 <option value="YlOrRd_r">YlOrRd reversed</option> | 160 <option value="YlOrRd_r">YlOrRd reversed</option> |
160 <option value="gist_gray_r">gist_gray reversed</option> | 161 <option value="gist_gray_r">gist_gray reversed</option> |
268 label="Ignore duplicates" | 269 label="Ignore duplicates" |
269 help="If set, reads that have the same orientation and start position will be considered only once. If reads are paired, the mate position also has to coincide to ignore a read. (--ignoreDuplicates)" /> | 270 help="If set, reads that have the same orientation and start position will be considered only once. If reads are paired, the mate position also has to coincide to ignore a read. (--ignoreDuplicates)" /> |
270 </xml> | 271 </xml> |
271 | 272 |
272 <xml name="minMappingQuality"> | 273 <xml name="minMappingQuality"> |
273 <param argument="--minMappingQuality" type="integer" optional="true" value="1" min="1" | 274 <param argument="--minMappingQuality" type="integer" optional="true" value="" min="1" |
274 label="Minimum mapping quality" | 275 label="Minimum mapping quality" |
275 help= "If set, only reads that have a mapping quality score higher than the given value are considered. | 276 help= "If set, only reads that have a mapping quality score higher than the given value are considered. |
276 *Note* Bowtie's Mapping quality is related to uniqueness: the higher the score, the more unique is a read. | 277 *Note* Bowtie's Mapping quality is related to uniqueness: the higher the score, the more unique is a read. |
277 A mapping quality defined by Bowtie of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere."/> | 278 A mapping quality defined by Bowtie of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere."/> |
278 </xml> | 279 </xml> |