Mercurial > repos > bgruening > deeptools_plot_coverage
annotate deepTools_macros.xml @ 10:d135576cd41c draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
author | bgruening |
---|---|
date | Mon, 15 Feb 2016 10:17:53 -0500 |
parents | 4679da05d86c |
children | 752d2d85e6af |
rev | line source |
---|---|
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
1 <macros> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
2 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
3 <xml name="advancedOpt_scaffold"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
4 <conditional name="advancedOpt"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
5 <param name="showAdvancedOpt" type="select" label="Show advanced options" > |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
6 <option value="no" selected="true">no</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
7 <option value="yes">yes</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
8 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
9 <when value="no" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
10 <when value="yes"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
11 <yield/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
12 </when> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
13 </conditional> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
14 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
15 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
16 <token name="@ADVANCED_OPTS_READ_PROCESSING@"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
17 #if $advancedOpt.doExtendCustom.doExtend == 'custom': |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
18 --extendReads $advancedOpt.doExtendCustom.extendReadsValue |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
19 #else if $advancedOpt.doExtendCustom.doExtend == 'yes': |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
20 --extendReads |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
21 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
22 $advancedOpt.ignoreDuplicates |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
23 $advancedOpt.centerReads |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
24 #if $advancedOpt.minMappingQuality: |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
25 --minMappingQuality '$advancedOpt.minMappingQuality' |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
26 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
27 #if $advancedOpt.samFlagInclude: |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
28 --samFlagInclude $advancedOpt.samFlagInclude |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
29 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
30 #if $advancedOpt.samFlagExclude: |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
31 --samFlagExclude $advancedOpt.samFlagExclude |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
32 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
33 </token> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
34 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
35 <xml name="heatmap_options"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
36 <expand macro="zMin_zMax" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
37 <expand macro="colorMap" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
38 <expand macro="plotTitle" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
39 <expand macro="plotNumbers" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
40 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
41 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
42 <token name="@HEATMAP_OPTIONS@"> |
3
89dc332a851a
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit ae00542731230245927953207977833a0f020b69
bgruening
parents:
2
diff
changeset
|
43 #if str($plotting_type.zMin) != "": |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
44 --zMin $plotting_type.zMin |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
45 #end if |
3
89dc332a851a
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit ae00542731230245927953207977833a0f020b69
bgruening
parents:
2
diff
changeset
|
46 #if str($plotting_type.zMax) != "": |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
47 --zMax $plotting_type.zMax |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
48 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
49 --colorMap '$plotting_type.colorMap' |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
50 $plotting_type.plotNumbers |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
51 --plotTitle '$plotting_type.plotTitle' |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
52 </token> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
53 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
54 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
55 <xml name="includeZeros"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
56 <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
57 label="Include zeros" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
58 help="If set, then regions with zero counts for *all* BAM files are included. The default behavior is to ignore such regions." /> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
59 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
60 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
61 <xml name="zMin_zMax"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
62 <param argument="--zMin" type="float" value="" optional="true" label="Minimum value for the heatmap intensities" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
63 help="If not specified the value is set automatically."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
64 <param argument="--zMax" type="float" value="" optional="true" label="Maximum value for the heatmap intensities" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
65 help="If not specified the value is set automatically."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
66 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
67 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
68 <xml name="region_limit_operation"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
69 <param argument="--region" type="text" value="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
70 label="Region of the genome to limit the operation to" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
71 help="This is useful when testing parameters to reduce the time required. The format is chr:start:end, for example "chr10" or "chr10:456700:891000"." /> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
72 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
73 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
74 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> |
9
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
75 <token name="@WRAPPER_VERSION@">2.1.0</token> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
76 <xml name="requirements"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
77 <requirements> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
78 <requirement type="package" version="2.7.10">python</requirement> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
79 <requirement type="binary">@BINARY@</requirement> |
9
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
80 <requirement type="package" version="2.1.0">deepTools</requirement> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
81 <yield /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
82 </requirements> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
83 <expand macro="stdio" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
84 <version_command>@BINARY@ --version</version_command> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
85 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
86 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
87 <xml name="smoothLength"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
88 <param argument="--smoothLength" type="integer" value="" optional="True" min="1" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
89 label="Smooth values using the following length (in bases)" |
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
90 help ="The smooth length defines a window, larger than the bin size, over which the number of reads is to be averaged. For example, if the bin size is set to 20 and the smooth length is 60, then, for each bin, its value is set to the average of it and its left and right neighbors. Any value smaller than the bin size will be ignored and no smoothing will be applied."/> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
91 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
92 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
93 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
94 <xml name="kmeans_clustering"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
95 <conditional name="used_multiple_regions"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
96 <param name="used_multiple_regions_options" type="select" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
97 label="Did you compute the matrix with more than one groups of regions?" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
98 help="Would you like to cluster the regions according to the similarity of the signal distribution? This is only possible if you used computeMatrix on only one group of regions."> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
99 <option value="yes">Yes, I used multiple groups of regions</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
100 <option value="no">No, I used only one group</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
101 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
102 <when value="no"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
103 <conditional name="clustering"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
104 <param name="clustering_options" type="select" label="Clustering algorithm"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
105 <option value="none">No clustering</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
106 <option value="kmeans">Kmeans clustering</option> |
9
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
107 <option value="hclust">Hierarchical clustering</option> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
108 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
109 <when value="kmeans"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
110 <param name="k_kmeans" type="integer" value="0" label="Number of clusters to compute" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
111 help="When this option is set, the matrix is split into clusters using the k-means algorithm. |
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
112 This only works for data that is not grouped, otherwise only the first group will be clustered. |
3
89dc332a851a
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit ae00542731230245927953207977833a0f020b69
bgruening
parents:
2
diff
changeset
|
113 If more specific clustering methods are required it is advisable to save the underlying matrix and |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
114 run the clustering using other software."/> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
115 </when> |
9
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
116 <when value="hclust"> |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
117 <param name="n_hclust" type="integer" value="0" label="number of clusters to compute." |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
118 help="WARNING: This option causes the tool to run for a very long time! When this option is |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
119 set, the matrix is split into clusters using the hierarchical clustering algorithm, using ward linkage. |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
120 This only works for data that is not grouped, otherwise only the first group will be clustered. |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
121 Note that you must have used the '--missingDataAsZero' option within computeMatrix! |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
122 If more specific clustering methods are required it is advisable to save the underlying matrix and |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
123 run the clustering using other software."/> |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
124 </when> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
125 <when value="none" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
126 </conditional> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
127 </when> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
128 <when value="yes" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
129 </conditional> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
130 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
131 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
132 <token name="@KMEANS_CLUSTERING@"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
133 #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no': |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
134 #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans': |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
135 #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0: |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
136 --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
137 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
138 #end if |
9
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
139 #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'hclust': |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
140 #if int($advancedOpt.used_multiple_regions.clustering.n_hclust) > 0: |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
141 --hclust $advancedOpt.used_multiple_regions.clustering.n_hclust |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
142 #end if |
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
143 #end if |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
144 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
145 </token> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
146 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
147 <xml name="samFlags"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
148 <param argument="--samFlagInclude" type="integer" optional="True" value="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
149 label="Include reads based on the SAM flag" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
150 help= "For example, to get only reads that are the first mate use a flag of 64. This is useful to count properly paired reads only once, otherwise the second mate will be also considered for the coverage."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
151 <param argument="--samFlagExclude" type="integer" optional="True" value="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
152 label="Exclude reads based on the SAM flag" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
153 help= "For example, to get only reads that map to the forward strand, use --samFlagExclude 16, where 16 is the SAM flag for reads that map to the reverse strand."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
154 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
155 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
156 <xml name="read_processing_options"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
157 <expand macro="extendReads" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
158 <expand macro="ignoreDuplicates" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
159 <expand macro="centerReads" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
160 <expand macro="minMappingQuality" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
161 <expand macro="samFlags" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
162 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
163 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
164 <xml name="plotNumbers"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
165 <param argument="--plotNumbers" type="boolean" truevalue="--plotNumbers" falsevalue="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
166 label="Plot the correlation value" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
167 help="If set, then the correlation number is plotted on top of the heatmap."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
168 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
169 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
170 <xml name="extendReads"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
171 <conditional name="doExtendCustom"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
172 <param name="doExtend" type="select" label="Extend reads to the given average fragment size." |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
173 help="(1) Single-end reads and singletons are extended to match this length. (2) Paired-end reads are extended to match the fragment size, regardless of what is set here. |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
174 By default *each* read mate is extended. |
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
175 This can be modified using the SAM flags (see --samFlagInclude and --samFlagExclude options) to keep only the first or the second mate. |
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
176 Unmated reads, mate reads that map to different chromosomes or too far apart are extended to the given value. |
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
177 Reads are only extended if --extendReads is set to a value greater than the read length. *NOTE*: For spliced-read data, this option is not |
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
178 recommended as it will extend reads over skipped regions, e.g. introns in RNA-seq data."> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
179 <option value="no" selected="True">No extension. The default value and most typically appropriate.</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
180 <option value="yes">Paired-end extension. Suitable only for paired-end datasets.</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
181 <option value="custom">A custom length, which will be applied to ALL reads.</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
182 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
183 <when value="no" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
184 <when value="yes" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
185 <when value="custom"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
186 <param name="extendReadsValue" type="integer" value="300" min="1" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
187 label="Extend reads to the given average fragment size" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
188 help="Extend all reads to this length" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
189 </when> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
190 </conditional> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
191 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
192 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
193 <xml name="corMethod"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
194 <param argument="--corMethod" type="select" label="Correlation method"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
195 <option value="spearman" selected="True">Spearman</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
196 <option value="pearson">Pearson</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
197 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
198 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
199 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
200 <xml name="distanceBetweenBins"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
201 <param argument="--distanceBetweenBins" type="integer" value="0" min="0" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
202 label="Distance between bins" |
7
cc1de49667a0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0a9265a12a303b54cdaa974e82e87c2ac60962ee
bgruening
parents:
5
diff
changeset
|
203 help="By default, multiBamSummary considers consecutive bins of |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
204 the specified 'Bin size'. However, to reduce the |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
205 computation time, a larger distance between bins can |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
206 be given. Larger distances result in fewer bins being |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
207 considered."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
208 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
209 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
210 <xml name="centerReads"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
211 <param argument="--centerReads" type="boolean" truevalue="--centerReads" falsevalue="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
212 label="Center regions with respect to the fragment length" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
213 help="For paired-end data the fragment is defined by the bounds of the reads. For single-end data the bounds are defined by the read and the user-definable fragment/extension length. This option is useful to get a sharper signal around enriched regions."/> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
214 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
215 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
216 <xml name="ignoreDuplicates"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
217 <param argument="--ignoreDuplicates" type="boolean" truevalue="--ignoreDuplicates" falsevalue="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
218 label="Ignore duplicates" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
219 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." /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
220 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
221 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
222 <xml name="sortUsing"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
223 <param argument="--sortUsing" type="select" label="Method used for sorting" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
224 help="For each row the method is computed."> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
225 <option value="mean" selected="true">mean</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
226 <option value="median">median</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
227 <option value="min">min</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
228 <option value="max">max</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
229 <option value="sum">sum</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
230 <option value="region_length">region length</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
231 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
232 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
233 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
234 <xml name="sortRegions"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
235 <param argument="--sortRegions" type="select" label="Sort regions" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
236 help="Whether the heatmap should present the regions sorted. The default is to sort in descending order based on the mean value per region."> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
237 <option value="no">no ordering</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
238 <option value="descend" selected="true">descending order</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
239 <option value="ascend">ascending order</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
240 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
241 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
242 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
243 <xml name="minMappingQuality"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
244 <param argument="--minMappingQuality" type="integer" optional="true" value="1" min="1" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
245 label="Minimum mapping quality" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
246 help= "If set, only reads with a mapping quality score higher than this value are considered."/> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
247 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
248 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
249 <xml name="skipZeros"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
250 <param argument="--skipZeros" type="boolean" truevalue="--skipZeros" falsevalue="" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
251 label ="Skip zeros" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
252 help ="If set, then zero counts that happen for *all* BAM files given are ignored. This may result in fewer considered regions." /> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
253 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
254 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
255 <xml name="fragmentLength"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
256 <param argument="--fragmentLength" type="integer" value="300" min="1" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
257 label="Fragment length used for the sequencing" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
258 help ="If paired-end reads are used, the fragment length is computed from the BAM file, so this is only needed for single-end data."/> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
259 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
260 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
261 <xml name="scaleFactor"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
262 <param argument="--scaleFactor" type="float" value="1" label="Scaling factor" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
263 help="When used in combination with --normalizeTo1x or |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
264 --normalizeUsingRPKM, the computed scaling factor will |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
265 be multiplied by the given scale factor." /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
266 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
267 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
268 <xml name="scaleFactors"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
269 <param name="scaleFactor1" type="float" value="1" label="Scale factor for treatment" help="(--scaleFactors)"/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
270 <param name="scaleFactor2" type="float" value="1" label="Scale factor for input" help="(--scaleFactors)"/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
271 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
272 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
273 <xml name="stdio"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
274 <stdio> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
275 <exit_code range="1:" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
276 <exit_code range=":-1" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
277 <regex match="Error:" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
278 <regex match="Exception:" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
279 <regex match="EXception:" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
280 <regex match="Traceback" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
281 </stdio> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
282 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
283 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
284 <xml name="pseudocount"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
285 <param argument="--pseudocount" type="float" value="1" label="Pseudocount" help="Small number to avoid dividing by zero."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
286 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
287 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
288 <token name="@REFERENCES@"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
289 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
290 .. class:: infomark |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
291 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
292 For more information on the tools, please visit our `help site`_. |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
293 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
294 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
295 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
296 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
297 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
298 .. _Bioinformatics and Deep-Sequencing Unit: http://www.ie-freiburg.mpg.de/bioinformaticsfac |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
299 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
300 .. _help site: https://deeptools.readthedocs.org/ |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
301 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
302 </token> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
303 <xml name="citations"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
304 <citations> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
305 <citation type="doi">10.1093/nar/gku365</citation> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
306 <yield /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
307 </citations> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
308 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
309 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
310 <xml name="multiple_input_bams"> |
10
d135576cd41c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
bgruening
parents:
9
diff
changeset
|
311 <param argument="--bamfiles" type="data" format="bam" min="1" |
d135576cd41c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
bgruening
parents:
9
diff
changeset
|
312 label="Bam file" multiple="true" |
d135576cd41c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
bgruening
parents:
9
diff
changeset
|
313 help="The BAM file must be sorted."/> |
d135576cd41c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
bgruening
parents:
9
diff
changeset
|
314 </xml> |
d135576cd41c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
bgruening
parents:
9
diff
changeset
|
315 |
d135576cd41c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
bgruening
parents:
9
diff
changeset
|
316 <xml name="multiple_input_bams_min2"> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
317 <param argument="--bamfiles" type="data" format="bam" min="2" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
318 label="Bam file" multiple="true" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
319 help="The BAM file must be sorted."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
320 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
321 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
322 <xml name="multiple_input_bigwigs"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
323 <param argument="--bigwigfiles" type="data" format="bigwig" multiple="True" min="2" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
324 label="Bigwig file" |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
325 help="A Bigwig file."/> |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
326 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
327 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
328 <xml name="plotTitle"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
329 <param argument="--plotTitle" type="text" value="" size="30" optional="True" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
330 label="Title of the plot" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
331 help="Title of the plot, to be printed on top of the generated image." /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
332 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
333 |
9
4679da05d86c
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 13910e1a5ebcfc740c1bc5e38fc676592ef44f11
bgruening
parents:
8
diff
changeset
|
334 |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
335 <token name="@multiple_input_bams@"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
336 <![CDATA[ |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
337 #set files=[] |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
338 #set labels=[] |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
339 #for $counter, $bamfile in enumerate($bamfiles): |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
340 ln -s "${bamfile}" "./${counter}.bam" && |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
341 ln -s "${bamfile.metadata.bam_index}" "./${counter}.bam.bai" && |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
342 #silent $files.append('%s.bam' % $counter) |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
343 #silent $labels.append('%s' % ($bamfile.display_name)) |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
344 #end for |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
345 ]]> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
346 </token> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
347 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
348 <token name="@multiple_input_bigwigs@"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
349 <![CDATA[ |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
350 #set files=[] |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
351 #set labels=[] |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
352 #for $counter, $bigwig in enumerate($bigwigfiles): |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
353 ln -s "${bigwig}" "${counter}.bw" && |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
354 #silent $files.append('%s.bw' % $counter) |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
355 #silent $labels.append('%s' % ($bigwig.display_name)) |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
356 #end for |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
357 ]]> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
358 </token> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
359 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
360 <xml name="reference_genome_source"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
361 <conditional name="source"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
362 <param name="ref_source" type="select" label="Reference genome"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
363 <option value="cached">locally cached</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
364 <option value="history">in your history</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
365 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
366 <when value="cached"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
367 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
368 <options from_data_table="lastz_seqs"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
369 <filter type="sort_by" column="1" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
370 <validator type="no_options" message="No indexes are available." /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
371 </options> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
372 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
373 </when> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
374 <when value="history"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
375 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
376 </when> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
377 </conditional> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
378 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
379 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
380 <token name="@reference_genome_source@"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
381 #if $source.ref_source=="history": |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
382 --genome $source.input1 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
383 #else: |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
384 --genome "$source.input1_2bit.fields.path" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
385 #end if |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
386 </token> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
387 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
388 <xml name="effectiveGenomeSize"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
389 <conditional name="effectiveGenomeSize"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
390 <param name="effectiveGenomeSize_opt" type="select" label="Effective genome size" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
391 help="The effective genome size is the portion of the genome that is mappable. Large fractions of the genome are stretches of NNNN that should be discarded. |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
392 Also, if repetitive regions were not included in the mapping of reads, the effective genome size needs to be adjusted accordingly. |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
393 See Table 2 of http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0030377 or http://www.nature.com/nbt/journal/v27/n1/fig_tab/nbt.1518_T1.html for several effective genome sizes."> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
394 <option value="93260000">ce10 (93260000)</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
395 <option value="121400000">dm3 (121400000)</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
396 <option value="2451960000" selected="true">hg19 (2451960000)</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
397 <option value="2150570000">mm9 (2150570000)</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
398 <option value="specific">user specified</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
399 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
400 <when value="specific"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
401 <param argument="--effectiveGenomeSize" type="integer" value="" label="Effective genome size" help="e.g. ce10: 93260000, dm3: 121400000, hg19: 2451960000, mm9: 2150570000"/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
402 </when> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
403 <when value="2150570000" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
404 <when value="2451960000" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
405 <when value="121400000" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
406 <when value="93260000" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
407 </conditional> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
408 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
409 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
410 <xml name="skipNAs"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
411 <param argument="--skipNAs" type="boolean" truevalue="--skipNAs" falsevalue="" checked="False" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
412 label="Ignore missing data?" |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
413 help="This parameter determines if non-covered regions |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
414 (regions without overlapping reads) in a bam/bigWig file |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
415 should be skipped. The default is to treat those |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
416 regions as having a value of zero. The decision to |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
417 skip non-covered regions depends on the interpretation |
4
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
418 of the data. Non-covered regions may represent, for |
1a6309cecf71
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
bgruening
parents:
3
diff
changeset
|
419 example, repetitive regions that should be ignored. |
0
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
420 (default: False)" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
421 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
422 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
423 <xml name="input_save_matrix_values"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
424 <param argument="--saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
425 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
426 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
427 <xml name="input_graphic_output_settings"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
428 <conditional name="output" > |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
429 <param name="showOutputSettings" type="select" label="Show advanced output settings" > |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
430 <option value="no" selected="true">no</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
431 <option value="yes">yes</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
432 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
433 <when value="no" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
434 <when value="yes"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
435 <yield /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
436 <param name="saveSortedRegions" type="boolean" label="Save the regions after skipping zeros or min/max threshold values" help="The order of the regions in the file follows the sorting order selected. This is useful, for example, to generate other heatmaps keeping the sorting of the first heatmap."/> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
437 </when> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
438 </conditional> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
439 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
440 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
441 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
442 <xml name="input_image_file_format"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
443 <param argument="--outFileFormat" type="select" label="Image file format"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
444 <option value="png" selected="true">png</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
445 <option value="pdf">pdf</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
446 <option value="svg">svg</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
447 <option value="eps">eps</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
448 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
449 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
450 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
451 <xml name="output_image_file_format"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
452 <data format="png" name="outFileName" label="${tool.name} image"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
453 <change_format> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
454 <when input="output.outFileFormat" value="pdf" format="pdf" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
455 <when input="output.outFileFormat" value="svg" format="svg" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
456 <when input="output.outFileFormat" value="eps" format="eps" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
457 </change_format> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
458 </data> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
459 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
460 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
461 <xml name="output_image_file_format_not_nested"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
462 <data format="png" name="outFileName" label="${tool.name} image"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
463 <change_format> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
464 <when input="outFileFormat" value="pdf" format="pdf" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
465 <when input="outFileFormat" value="svg" format="svg" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
466 <when input="outFileFormat" value="eps" format="eps" /> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
467 </change_format> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
468 </data> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
469 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
470 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
471 <xml name="output_save_matrix_values"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
472 <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
473 <filter> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
474 (( |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
475 output['showOutputSettings'] == 'yes' and |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
476 output['saveMatrix'] is True |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
477 )) |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
478 </filter> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
479 </data> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
480 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
481 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
482 <xml name="output_graphic_outputs"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
483 <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
484 <filter> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
485 (( |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
486 output['showOutputSettings'] == 'yes' and |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
487 output['saveSortedRegions'] is True |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
488 )) |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
489 </filter> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
490 </data> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
491 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
492 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
493 <xml name="colorMap"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
494 <param name="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/"> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
495 <option value="RdYlBu" selected="true">RdYlBu</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
496 <option value="Accent">Accent</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
497 <option value="Spectral">Spectral</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
498 <option value="Set1">Set1</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
499 <option value="Set2">Set2</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
500 <option value="Set3">Set3</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
501 <option value="Dark2">Dark2</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
502 <option value="Reds">Reds</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
503 <option value="Oranges">Oranges</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
504 <option value="Greens">Greens</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
505 <option value="Blues">Blues</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
506 <option value="Greys">Greys</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
507 <option value="Purples">Purples</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
508 <option value="Paired">Paired</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
509 <option value="Pastel1">Pastel1</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
510 <option value="Pastel2">Pastel2</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
511 <option value="spring">spring</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
512 <option value="summer">summer</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
513 <option value="autumn">autumn</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
514 <option value="winter">winter</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
515 <option value="hot">hot</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
516 <option value="coolwarm">coolwarm</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
517 <option value="cool">cool</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
518 <option value="seismic">seismic</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
519 <option value="terrain">terrain</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
520 <option value="ocean">ocean</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
521 <option value="rainbow">rainbow</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
522 <option value="bone">bone</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
523 <option value="flag">flag</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
524 <option value="prism">prism</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
525 <option value="cubehelix">cubehelix</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
526 <option value="binary">binary</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
527 <option value="pink">pink</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
528 <option value="gray">gray</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
529 <option value="copper">copper</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
530 <option value="BrBG">BrBG</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
531 <option value="BuGn">BuGn</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
532 <option value="BuPu">BuPu</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
533 <option value="GnBu">GnBu</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
534 <option value="OrRd">OrRd</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
535 <option value="PiYG">PiYG</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
536 <option value="PRGn">PRGn</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
537 <option value="PuOr">PuOr</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
538 <option value="PuRd">PuRd</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
539 <option value="PuBu">PuBu</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
540 <option value="RdBu">RdBu</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
541 <option value="RdGy">RdGy</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
542 <option value="RdPu">RdPu</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
543 <option value="YlGn">YlGn</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
544 <option value="PuBuGn">PuBuGn</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
545 <option value="RdYlGn">RdYlGn</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
546 <option value="YlGnBu">YlGnBu</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
547 <option value="YlOrBr">YlOrBr</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
548 <option value="YlOrRd">YlOrRd</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
549 <option value="gist_gray">gist_gray</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
550 <option value="gist_stern">gist_stern</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
551 <option value="gist_earth">gist_earth</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
552 <option value="gist_yarg">gist_yarg</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
553 <option value="gist_ncar">gist_ncar</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
554 <option value="gist_rainbow">gist_rainbow</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
555 <option value="gist_heat">gist_heat</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
556 <option value="gnuplot">gnuplot</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
557 <option value="gnuplot2">gnuplot2</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
558 <option value="CMRmap">CMRmap</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
559 <option value="bwr">bwr</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
560 <option value="hsv">hsv</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
561 <option value="brg">brg</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
562 <option value="jet">jet</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
563 <option value="afmhot">afmhot</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
564 <option value="Accent_r">Accent reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
565 <option value="Spectral_r">Spectral reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
566 <option value="Set1_r">Set1 reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
567 <option value="Set2_r">Set2 reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
568 <option value="Set3_r">Set3 reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
569 <option value="Dark2_r">Dark2 reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
570 <option value="Reds_r">Reds reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
571 <option value="Oranges_r">Oranges reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
572 <option value="Greens_r">Greens reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
573 <option value="Blues_r">Blues reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
574 <option value="Greys_r">Greys reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
575 <option value="Purples_r">Purples reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
576 <option value="Paired_r">Paired reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
577 <option value="Pastel1_r">Pastel1 reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
578 <option value="Pastel2_r">Pastel2 reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
579 <option value="spring_r">spring reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
580 <option value="summer_r">summer reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
581 <option value="autumn_r">autumn reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
582 <option value="winter_r">winter reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
583 <option value="hot_r">hot reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
584 <option value="coolwarm_r">coolwarm reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
585 <option value="cool_r">cool reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
586 <option value="seismic_r">seismic reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
587 <option value="terrain_r">terrain reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
588 <option value="ocean_r">ocean reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
589 <option value="rainbow_r">rainbow reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
590 <option value="bone_r">bone reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
591 <option value="flag_r">flag reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
592 <option value="prism_r">prism reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
593 <option value="cubehelix_r">cubehelix reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
594 <option value="binary_r">binary reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
595 <option value="pink_r">pink reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
596 <option value="gray_r">gray reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
597 <option value="copper_r">copper reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
598 <option value="BrBG_r">BrBG reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
599 <option value="BuGn_r">BuGn reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
600 <option value="BuPu_r">BuPu reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
601 <option value="GnBu_r">GnBu reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
602 <option value="OrRd_r">OrRd reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
603 <option value="PiYG_r">PiYG reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
604 <option value="PRGn_r">PRGn reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
605 <option value="PuOr_r">PuOr reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
606 <option value="PuRd_r">PuRd reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
607 <option value="PuBu_r">PuBu reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
608 <option value="RdBu_r">RdBu reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
609 <option value="RdGy_r">RdGy reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
610 <option value="RdPu_r">RdPu reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
611 <option value="YlGn_r">YlGn reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
612 <option value="PuBuGn_r">PuBuGn reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
613 <option value="RdYlBu_r">RdYlBu reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
614 <option value="RdYlGn_r">RdYlGn reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
615 <option value="YlGnBu_r">YlGnBu reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
616 <option value="YlOrBr_r">YlOrBr reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
617 <option value="YlOrRd_r">YlOrRd reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
618 <option value="gist_gray_r">gist_gray reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
619 <option value="gist_stern_r">gist_stern reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
620 <option value="gist_earth_r">gist_earth reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
621 <option value="gist_yarg_r">gist_yarg reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
622 <option value="gist_ncar_r">gist_ncar reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
623 <option value="gist_rainbow_r">gist_rainbow reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
624 <option value="gist_heat_r">gist_heat reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
625 <option value="gnuplot_r">gnuplot reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
626 <option value="gnuplot2_r">gnuplot2 reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
627 <option value="CMRmap_r">CMRmap reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
628 <option value="bwr_r">bwr reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
629 <option value="hsv_r">hsv reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
630 <option value="brg_r">brg reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
631 <option value="jet_r">jet reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
632 <option value="afmhot_r">afmhot reversed</option> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
633 </param> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
634 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
635 </xml> |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
636 |
fd4a79e7e5f0
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2bc06301d647fca37a822431d14ffab7a8f9fb67-dirty
bgruening
parents:
diff
changeset
|
637 </macros> |