Mercurial > repos > bgruening > deeptools_compute_matrix_operations
annotate deepTools_macros.xml @ 3:ba6005a4287e draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit bb937143059a50d8181d7c43a0bf7284f991a5ae
author | bgruening |
---|---|
date | Fri, 31 Mar 2017 15:39:26 -0400 |
parents | 9dfa08eb70be |
children | 18b0c826e662 |
rev | line source |
---|---|
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
1 <macros> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
2 |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
3 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
4 <token name="@WRAPPER_VERSION@">2.5.0</token> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
5 <xml name="requirements"> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
6 <requirements> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
7 <requirement type="package" version="2.7.10">python</requirement> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
8 <requirement type="package" version="@WRAPPER_VERSION@">deeptools</requirement> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
9 <yield /> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
10 </requirements> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
11 <expand macro="stdio" /> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
12 <version_command>@BINARY@ --version</version_command> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
13 </xml> |
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
14 |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
15 <xml name="advancedOpt_scaffold"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
16 <conditional name="advancedOpt"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
17 <param name="showAdvancedOpt" type="select" label="Show advanced options" > |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
18 <option value="no" selected="true">no</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
19 <option value="yes">yes</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
20 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
21 <when value="no" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
22 <when value="yes"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
23 <yield/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
24 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
25 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
26 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
27 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
28 <token name="@ADVANCED_OPTS_READ_PROCESSING@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
29 #if $advancedOpt.doExtendCustom.doExtend == 'custom': |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
30 --extendReads $advancedOpt.doExtendCustom.extendReadsValue |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
31 #else if $advancedOpt.doExtendCustom.doExtend == 'yes': |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
32 --extendReads |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
33 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
34 $advancedOpt.ignoreDuplicates |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
35 $advancedOpt.centerReads |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
36 #if $advancedOpt.minMappingQuality: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
37 --minMappingQuality '$advancedOpt.minMappingQuality' |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
38 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
39 #if $advancedOpt.samFlagInclude: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
40 --samFlagInclude $advancedOpt.samFlagInclude |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
41 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
42 #if $advancedOpt.samFlagExclude: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
43 --samFlagExclude $advancedOpt.samFlagExclude |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
44 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
45 #if $advancedOpt.minFragmentLength: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
46 --minFragmentLength $advancedOpt.minFragmentLength |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
47 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
48 #if $advancedOpt.maxFragmentLength: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
49 --maxFragmentLength $advancedOpt.maxFragmentLength |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
50 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
51 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
52 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
53 <token name="@ADVANCED_OPTS_GTF@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
54 $advancedOpt.metagene |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
55 #if $advancedOpt.transcriptID: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
56 --transcriptID $advancedOpt.transcriptID |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
57 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
58 #if $advancedOpt.exonID: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
59 --exonID $advancedOpt.exonID |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
60 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
61 #if $advancedOpt.transcript_id_designator: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
62 --transcript_id_designator $advancedOpt.transcript_id_designator |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
63 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
64 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
65 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
66 <xml name="heatmap_options"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
67 <expand macro="zMin_zMax" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
68 <expand macro="colorMap" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
69 <expand macro="plotTitle" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
70 <expand macro="plotNumbers" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
71 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
72 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
73 <token name="@HEATMAP_OPTIONS@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
74 #if str($plotting_type.zMin) != "": |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
75 --zMin $plotting_type.zMin |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
76 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
77 #if str($plotting_type.zMax) != "": |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
78 --zMax $plotting_type.zMax |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
79 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
80 --colorMap '$plotting_type.colorMap' |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
81 $plotting_type.plotNumbers |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
82 --plotTitle '$plotting_type.plotTitle' |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
83 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
84 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
85 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
86 <xml name="includeZeros"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
87 <param argument="--includeZeros" type="boolean" truevalue="--includeZeros" falsevalue="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
88 label="Include zeros" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
89 help="If set, then regions with zero counts for *all* BAM files are included. The default behavior is to ignore such regions." /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
90 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
91 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
92 <xml name="zMin_zMax"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
93 <param argument="--zMin" type="text" value="" optional="true" label="Minimum value for the heatmap intensities" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
94 help="If not specified the value is set automatically."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
95 <param argument="--zMax" type="text" value="" optional="true" label="Maximum value for the heatmap intensities" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
96 help="If not specified the value is set automatically."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
97 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
98 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
99 <xml name="region_limit_operation"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
100 <param argument="--region" type="text" value="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
101 label="Region of the genome to limit the operation to" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
102 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"."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
103 <sanitizer> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
104 <valid initial="string.letters,string.digits"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
105 <add value="|"/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
106 <add value=":"/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
107 </valid> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
108 </sanitizer> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
109 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
110 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
111 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
112 <xml name="smoothLength"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
113 <param argument="--smoothLength" type="integer" value="" optional="True" min="1" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
114 label="Smooth values using the following length (in bases)" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
115 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."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
116 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
117 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
118 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
119 <xml name="kmeans_clustering"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
120 <conditional name="used_multiple_regions"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
121 <param name="used_multiple_regions_options" type="select" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
122 label="Did you compute the matrix with more than one groups of regions?" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
123 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."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
124 <option value="yes">Yes, I used multiple groups of regions</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
125 <option value="no">No, I used only one group</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
126 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
127 <when value="no"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
128 <conditional name="clustering"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
129 <param name="clustering_options" type="select" label="Clustering algorithm"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
130 <option value="none">No clustering</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
131 <option value="kmeans">Kmeans clustering</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
132 <option value="hclust">Hierarchical clustering</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
133 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
134 <when value="kmeans"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
135 <param name="k_kmeans" type="integer" value="0" label="Number of clusters to compute" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
136 help="When this option is set, the matrix is split into clusters using the k-means algorithm. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
137 This only works for data that is not grouped, otherwise only the first group will be clustered. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
138 If more specific clustering methods are required it is advisable to save the underlying matrix and |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
139 run the clustering using other software."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
140 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
141 <when value="hclust"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
142 <param name="n_hclust" type="integer" value="0" label="number of clusters to compute." |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
143 help="WARNING: This option causes the tool to run for a very long time! When this option is |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
144 set, the matrix is split into clusters using the hierarchical clustering algorithm, using ward linkage. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
145 This only works for data that is not grouped, otherwise only the first group will be clustered. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
146 Note that you must have used the '--missingDataAsZero' option within computeMatrix! |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
147 If more specific clustering methods are required it is advisable to save the underlying matrix and |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
148 run the clustering using other software."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
149 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
150 <when value="none" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
151 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
152 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
153 <when value="yes" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
154 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
155 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
156 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
157 <token name="@KMEANS_CLUSTERING@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
158 #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no': |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
159 #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans': |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
160 #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
161 --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
162 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
163 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
164 #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'hclust': |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
165 #if int($advancedOpt.used_multiple_regions.clustering.n_hclust) > 0: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
166 --hclust $advancedOpt.used_multiple_regions.clustering.n_hclust |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
167 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
168 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
169 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
170 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
171 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
172 <xml name="samFlags"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
173 <param argument="--samFlagInclude" type="integer" optional="True" value="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
174 label="Include reads based on the SAM flag" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
175 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."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
176 <param argument="--samFlagExclude" type="integer" optional="True" value="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
177 label="Exclude reads based on the SAM flag" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
178 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."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
179 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
180 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
181 <xml name="fragLength"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
182 <param argument="--minFragmentLength" type="integer" optional="True" value="0" min="0" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
183 label="Minimum fragment length for inclusion." |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
184 help="This is primarily useful in things like ATACseq, where one would like to look specifically at mono- or di-nucleosome fragments." /> |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
185 <param argument="--maxFragmentLength" type="integer" optional="True" value="0" min="0" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
186 label="Maximum fragment length for inclusion." |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
187 help="A value of 0 (the default) is equivalent to no maximum." /> |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
188 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
189 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
190 <xml name="read_processing_options"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
191 <expand macro="extendReads" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
192 <expand macro="ignoreDuplicates" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
193 <expand macro="centerReads" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
194 <expand macro="minMappingQuality" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
195 <expand macro="samFlags" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
196 <expand macro="fragLength" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
197 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
198 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
199 <xml name="gtf_options"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
200 <param argument="--metagene" type="boolean" truevalue="--boolean" falsevalue="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
201 label="Use a metagene model" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
202 help="If set and a BED12 or GTF file or files is used to provide regions, only exons will be used. This is convenient for looking at coverage over mature mRNA transcripts or similar uses where introns should be ignored." /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
203 <param argument="--transcriptID" optional="True" value="transcript" type="text" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
204 label="trascript designator" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
205 help="When a GTF file is used to provide regions, only entries with this value as their feature (column 2) will be processed as transcripts. Default: transcript" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
206 <param argument="--exonID" optional="True" value="exon" type="text" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
207 label="exon designator" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
208 help="When a GTF file is used to provide regions, only entries with this value as their feature (column 2) will be processed as exons. CDS would be another common value for this. Default: exon" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
209 <param argument="--transcript_id_designator" optional="True" value="transcript_id" type="text" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
210 label="transcriptID key designator" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
211 help="Each region has an ID (e.g., ACTB) assigned to it, which for BED files is either column 4 (if it exists) |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
212 or the interval bounds. For GTF files this is instead stored in the last column as a key:value pair (e.g., |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
213 as 'transcript_id ACTB', for a key of transcript_id and a value of ACTB). In some cases it can be |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
214 convenient to use a different identifier. To do so, set this to the desired key. Default: transcript_id" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
215 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
216 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
217 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
218 <xml name="plotNumbers"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
219 <param argument="--plotNumbers" type="boolean" truevalue="--plotNumbers" falsevalue="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
220 label="Plot the correlation value" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
221 help="If set, then the correlation number is plotted on top of the heatmap."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
222 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
223 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
224 <xml name="extendReads"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
225 <conditional name="doExtendCustom"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
226 <param name="doExtend" type="select" label="Extend reads to the given average fragment size." |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
227 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. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
228 By default *each* read mate is extended. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
229 This can be modified using the SAM flags (see --samFlagInclude and --samFlagExclude options) to keep only the first or the second mate. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
230 Unmated reads, mate reads that map to different chromosomes or too far apart are extended to the given value. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
231 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 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
232 recommended as it will extend reads over skipped regions, e.g. introns in RNA-seq data."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
233 <option value="no" selected="True">No extension. The default value and most typically appropriate.</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
234 <option value="yes">Paired-end extension. Suitable only for paired-end datasets.</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
235 <option value="custom">A custom length, which will be applied to ALL reads.</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
236 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
237 <when value="no" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
238 <when value="yes" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
239 <when value="custom"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
240 <param name="extendReadsValue" type="integer" value="300" min="1" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
241 label="Extend reads to the given average fragment size" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
242 help="Extend all reads to this length" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
243 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
244 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
245 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
246 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
247 <xml name="corMethod"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
248 <param argument="--corMethod" type="select" label="Correlation method"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
249 <option value="spearman" selected="True">Spearman</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
250 <option value="pearson">Pearson</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
251 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
252 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
253 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
254 <xml name="distanceBetweenBins"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
255 <param argument="--distanceBetweenBins" type="integer" value="0" min="0" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
256 label="Distance between bins" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
257 help="By default, multiBamSummary considers consecutive bins of |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
258 the specified 'Bin size'. However, to reduce the |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
259 computation time, a larger distance between bins can |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
260 be given. Larger distances result in fewer bins being |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
261 considered."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
262 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
263 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
264 <xml name="centerReads"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
265 <param argument="--centerReads" type="boolean" truevalue="--centerReads" falsevalue="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
266 label="Center regions with respect to the fragment length" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
267 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."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
268 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
269 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
270 <xml name="ignoreDuplicates"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
271 <param argument="--ignoreDuplicates" type="boolean" truevalue="--ignoreDuplicates" falsevalue="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
272 label="Ignore duplicates" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
273 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." /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
274 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
275 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
276 <xml name="sortUsing"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
277 <param argument="--sortUsing" type="select" label="Method used for sorting" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
278 help="For each row the method is computed."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
279 <option value="mean" selected="true">mean</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
280 <option value="median">median</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
281 <option value="min">min</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
282 <option value="max">max</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
283 <option value="sum">sum</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
284 <option value="region_length">region length</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
285 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
286 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
287 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
288 <xml name="sortRegionsComputeMatrix"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
289 <param argument="--sortRegions" type="select" label="Sort regions" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
290 help="Whether the heatmap should present the regions sorted. The default is to sort in descending order based on the mean value per region."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
291 <option value="no">no ordering</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
292 <option value="keep" selected="true">maintain the same ordering as the input files</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
293 <option value="descend">descending order</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
294 <option value="ascend">ascending order</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
295 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
296 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
297 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
298 <xml name="sortRegions"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
299 <param argument="--sortRegions" type="select" label="Sort regions" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
300 help="Whether the heatmap should present the regions sorted. The default is to sort in descending order based on the mean value per region."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
301 <option value="no">no ordering</option> |
1
f9a9d2f3d833
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 999ec5d9b5882702497d8117a7d26536a67e19ca
bgruening
parents:
0
diff
changeset
|
302 <option value="descend" selected="true">descending order</option> |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
303 <option value="ascend">ascending order</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
304 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
305 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
306 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
307 <xml name="minMappingQuality"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
308 <param argument="--minMappingQuality" type="integer" optional="true" value="1" min="0" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
309 label="Minimum mapping quality" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
310 help= "If set, only reads with a mapping quality score higher than this value are considered."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
311 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
312 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
313 <xml name="skipZeros"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
314 <param argument="--skipZeros" type="boolean" truevalue="--skipZeros" falsevalue="" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
315 label ="Skip zeros" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
316 help ="If set, then zero counts that happen for *all* BAM files given are ignored. This may result in fewer considered regions." /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
317 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
318 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
319 <xml name="fragmentLength"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
320 <param argument="--fragmentLength" type="integer" value="300" min="1" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
321 label="Fragment length used for the sequencing" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
322 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."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
323 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
324 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
325 <xml name="scaleFactor"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
326 <param argument="--scaleFactor" type="float" value="1" label="Scaling factor" |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
327 help="The computed scaling factor will be multiplied by this (default 1)." /> |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
328 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
329 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
330 <xml name="scaleFactors"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
331 <param name="scaleFactor1" type="float" value="1" label="Scale factor for treatment" help="(--scaleFactors)"/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
332 <param name="scaleFactor2" type="float" value="1" label="Scale factor for input" help="(--scaleFactors)"/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
333 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
334 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
335 <xml name="stdio"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
336 <stdio> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
337 <exit_code range="1:" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
338 <exit_code range=":-1" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
339 <regex match="Error:" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
340 <regex match="Exception:" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
341 <regex match="EXception:" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
342 <regex match="Traceback" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
343 </stdio> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
344 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
345 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
346 <xml name="pseudocount"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
347 <param argument="--pseudocount" type="float" value="1" label="Pseudocount" help="Small number to avoid dividing by zero."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
348 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
349 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
350 <token name="@REFERENCES@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
351 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
352 .. class:: infomark |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
353 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
354 For more information on the tools, please visit our `help site`_. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
355 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
356 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
357 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
358 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
359 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
360 .. _Bioinformatics and Deep-Sequencing Unit: http://www.ie-freiburg.mpg.de/bioinformaticsfac |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
361 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
362 .. _help site: https://deeptools.readthedocs.org/ |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
363 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
364 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
365 <xml name="citations"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
366 <citations> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
367 <citation type="doi">10.1093/nar/gkw257</citation> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
368 <yield /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
369 </citations> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
370 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
371 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
372 <xml name="multiple_input_bams"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
373 <conditional name="multibam_conditional"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
374 <param name="orderMatters" type="select" label="Sample order matters" help="By default, the order of samples given to the program is dependent on their order in your history. If the order of the samples is vital to you, select Yes below."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
375 <option value="No" selected="true">No</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
376 <option value="Yes">Yes</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
377 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
378 <when value="No"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
379 <param argument="--bamfiles" type="data" format="bam" min="1" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
380 label="Bam file" multiple="true" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
381 help=""/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
382 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
383 <when value="Yes"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
384 <repeat name="multibam_repeats" min="1" title="BAM Files"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
385 <param argument="--bamfiles" type="data" format="bam" label="BAM file" help="" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
386 </repeat> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
387 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
388 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
389 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
390 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
391 <xml name="multiple_input_bams_min2"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
392 <conditional name="multibam_conditional"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
393 <param name="orderMatters" type="select" label="Sample order matters" help="By default, the order of samples given to the program is dependent on their order in your history. If the order of the samples |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
394 is vital to you, select Yes below."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
395 <option value="No" selected="true">No</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
396 <option value="Yes">Yes</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
397 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
398 <when value="No"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
399 <param argument="--bamfiles" type="data" format="bam" min="2" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
400 label="Bam file" multiple="true" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
401 help=""/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
402 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
403 <when value="Yes"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
404 <repeat name="multibam_repeats" min="2" title="BAM Files"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
405 <param argument="--bamfiles" type="data" format="bam" label="BAM file" help="" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
406 </repeat> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
407 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
408 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
409 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
410 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
411 <xml name="multiple_input_bigwigs"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
412 <conditional name="multibigwig_conditional"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
413 <param name="orderMatters" type="select" label="Sample order matters" help="By default, the order of samples given to the program is dependent on their order in your history. If the order of the samples |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
414 is vital to you, select Yes below."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
415 <option value="No" selected="true">No</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
416 <option value="Yes">Yes</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
417 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
418 <when value="No"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
419 <param argument="--bigwigfiles" type="data" format="bigwig" multiple="True" min="2" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
420 label="Bigwig file" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
421 help="A Bigwig file."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
422 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
423 <when value="Yes"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
424 <repeat name="multibigwig_repeats" min="2" title="BigWig files"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
425 <param argument="--bigwigfiles" type="data" format="bigwig" label="Bigwig file" help="A Bigwig file."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
426 </repeat> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
427 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
428 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
429 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
430 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
431 <xml name="plotTitle"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
432 <param argument="--plotTitle" type="text" value="" size="30" optional="True" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
433 label="Title of the plot" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
434 help="Title of the plot, to be printed on top of the generated image." /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
435 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
436 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
437 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
438 <token name="@multiple_input_bams@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
439 <![CDATA[ |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
440 #set files=[] |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
441 #set labels=[] |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
442 #import re |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
443 #if $multibam_conditional.orderMatters == "No": |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
444 #for $counter, $bamfile in enumerate($multibam_conditional.bamfiles): |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
445 #set identifier = re.sub('[^\.\s\w\-]', '_', str($bamfile.element_identifier)) |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
446 ln -s "${bamfile}" "./${counter}.bam" && |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
447 ln -s "${bamfile.metadata.bam_index}" "./${counter}.bam.bai" && |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
448 #silent $files.append('%s.bam' % $counter) |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
449 #silent $labels.append("'%s'" % identifier) |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
450 #end for |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
451 #else: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
452 #for $counter, $f in enumerate($multibam_conditional.multibam_repeats): |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
453 #set identifier = re.sub('[^\.\s\w\-]', '_', str($f.bamfiles.element_identifier)) |
1
f9a9d2f3d833
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 999ec5d9b5882702497d8117a7d26536a67e19ca
bgruening
parents:
0
diff
changeset
|
454 ln -s "${f.bamfiles}" "./${counter}.bam" && |
f9a9d2f3d833
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 999ec5d9b5882702497d8117a7d26536a67e19ca
bgruening
parents:
0
diff
changeset
|
455 ln -s "${f.bamfiles.metadata.bam_index}" "./${counter}.bam.bai" && |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
456 #silent $files.append('%s.bam' % $counter) |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
457 #silent $labels.append("'%s'" % $identifier) |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
458 #end for |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
459 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
460 ]]> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
461 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
462 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
463 <token name="@multiple_input_bigwigs@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
464 <![CDATA[ |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
465 #set files=[] |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
466 #set labels=[] |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
467 #import re |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
468 #if $multibigwig_conditional.orderMatters == "No": |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
469 #for $counter, $bigwig in enumerate($multibigwig_conditional.bigwigfiles): |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
470 #set identifier = re.sub('[^\.\s\w\-]', '_', str($bigwig.element_identifier)) |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
471 ln -s "${bigwig}" "${counter}.bw" && |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
472 #silent $files.append('%s.bw' % $counter) |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
473 #silent $labels.append("'%s'" % $identifier) |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
474 #end for |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
475 #else: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
476 #for $counter, $f in enumerate($multibigwig_conditional.multibigwig_repeats): |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
477 #set identifier = re.sub('[^\.\s\w\-]', '_', str($f.bigwigfiles.element_identifier)) |
1
f9a9d2f3d833
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 999ec5d9b5882702497d8117a7d26536a67e19ca
bgruening
parents:
0
diff
changeset
|
478 ln -s "${f.bigwigfiles}" "${counter}.bw" && |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
479 #silent $files.append('%s.bw' % $counter) |
2
9dfa08eb70be
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 09975f870c75347fba5c6777c9f3b442bdeeb289
bgruening
parents:
1
diff
changeset
|
480 #silent $labels.append("'%s'" % $identifier) |
0
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
481 #end for |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
482 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
483 ]]> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
484 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
485 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
486 <xml name="blacklist"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
487 <param argument="--blackListFileName" type="data" format="bed,gtf" multiple="true" optional="true" min="0" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
488 label="Blacklisted regions in BED/GTF format" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
489 help="One or more files containing regions to exclude from the analysis" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
490 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
491 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
492 <token name="@blacklist@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
493 <![CDATA[ |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
494 #if ' '.join( map(str, $advancedOpt.blackListFileName) ) != 'None': |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
495 #set blfiles=[] |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
496 #for $f in $advancedOpt.blackListFileName: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
497 #silent $blfiles.append("'%s'" % $f) |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
498 #end for |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
499 #if $blfiles != ["'None'"]: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
500 --blackListFileName #echo ' '.join($blfiles)# |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
501 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
502 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
503 ]]> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
504 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
505 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
506 <xml name="multiple_bed"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
507 <param argument="--BED" type="data" format="bed,gtf" min="1" multiple="true" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
508 label="Regions in BED/GTF format" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
509 help="One or more files containing regions to include in the analysis" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
510 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
511 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
512 <token name="@multiple_bed@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
513 <![CDATA[ |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
514 #set files=[] |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
515 #set labels=[] |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
516 #for $f in $BED: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
517 #silent $files.append("'%s'" % $f) |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
518 #silent $labels.append("'%s'" % $f.display_name) |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
519 #end for |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
520 #if len($files) > 0: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
521 --BED #echo ' '.join($files)# |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
522 --regionLabels #echo ' '.join($labels)# |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
523 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
524 ]]> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
525 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
526 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
527 <xml name="reference_genome_source"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
528 <conditional name="source"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
529 <param name="ref_source" type="select" label="Reference genome"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
530 <option value="cached">locally cached</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
531 <option value="history">in your history</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
532 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
533 <when value="cached"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
534 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
535 <options from_data_table="lastz_seqs"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
536 <filter type="sort_by" column="1" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
537 <validator type="no_options" message="No indexes are available." /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
538 </options> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
539 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
540 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
541 <when value="history"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
542 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
543 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
544 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
545 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
546 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
547 <token name="@reference_genome_source@"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
548 #if $source.ref_source=="history": |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
549 --genome $source.input1 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
550 #else: |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
551 --genome "$source.input1_2bit.fields.path" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
552 #end if |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
553 </token> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
554 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
555 <xml name="effectiveGenomeSize"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
556 <conditional name="effectiveGenomeSize"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
557 <param name="effectiveGenomeSize_opt" type="select" label="Effective genome size" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
558 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. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
559 Also, if repetitive regions were not included in the mapping of reads, the effective genome size needs to be adjusted accordingly. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
560 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."> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
561 <option value="93260000">ce10 (93260000)</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
562 <option value="121400000">dm3 (121400000)</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
563 <option value="2451960000" selected="true">hg19 (2451960000)</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
564 <option value="2150570000">mm9 (2150570000)</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
565 <option value="specific">user specified</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
566 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
567 <when value="specific"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
568 <param argument="--effectiveGenomeSize" type="integer" value="" label="Effective genome size" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
569 help="e.g. ce10: 93260000, dm3: 121400000, hg19: 2451960000, mm9: 2150570000"/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
570 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
571 <when value="2150570000" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
572 <when value="2451960000" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
573 <when value="121400000" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
574 <when value="93260000" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
575 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
576 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
577 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
578 <xml name="skipNAs"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
579 <param argument="--skipNAs" type="boolean" truevalue="--skipNAs" falsevalue="" checked="False" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
580 label="Ignore missing data?" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
581 help="This parameter determines if non-covered regions |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
582 (regions without overlapping reads) in a bam/bigWig file |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
583 should be skipped. The default is to treat those |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
584 regions as having a value of zero. The decision to |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
585 skip non-covered regions depends on the interpretation |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
586 of the data. Non-covered regions may represent, for |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
587 example, repetitive regions that should be ignored. |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
588 (default: False)" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
589 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
590 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
591 <xml name="input_save_matrix_values"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
592 <param argument="--saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
593 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
594 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
595 <xml name="input_graphic_output_settings"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
596 <conditional name="output" > |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
597 <param name="showOutputSettings" type="select" label="Show advanced output settings" > |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
598 <option value="no" selected="true">no</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
599 <option value="yes">yes</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
600 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
601 <when value="no" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
602 <when value="yes"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
603 <yield /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
604 <param name="saveSortedRegions" type="boolean" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
605 label="Save the regions after skipping zeros or min/max threshold values" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
606 help="The order of the regions in the file follows the sorting order selected. This is useful, |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
607 for example, to generate other heatmaps keeping the sorting of the first heatmap."/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
608 </when> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
609 </conditional> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
610 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
611 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
612 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
613 <xml name="input_image_file_format"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
614 <param argument="--outFileFormat" type="select" label="Image file format"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
615 <option value="png" selected="true">png</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
616 <option value="pdf">pdf</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
617 <option value="svg">svg</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
618 <option value="eps">eps</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
619 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
620 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
621 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
622 <xml name="output_dpi"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
623 <param argument="--dpi" name="dpi" type="integer" value="200" size="3" optional="True" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
624 label="Image dpi" help=""/> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
625 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
626 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
627 <xml name="output_image_file_format"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
628 <data format="png" name="outFileName" label="${tool.name} image"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
629 <change_format> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
630 <when input="output.outFileFormat" value="pdf" format="pdf" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
631 <when input="output.outFileFormat" value="svg" format="svg" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
632 <when input="output.outFileFormat" value="eps" format="eps" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
633 </change_format> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
634 </data> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
635 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
636 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
637 <xml name="output_image_file_format_not_nested"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
638 <data format="png" name="outFileName" label="${tool.name} image"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
639 <change_format> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
640 <when input="outFileFormat" value="pdf" format="pdf" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
641 <when input="outFileFormat" value="svg" format="svg" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
642 <when input="outFileFormat" value="eps" format="eps" /> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
643 </change_format> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
644 </data> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
645 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
646 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
647 <xml name="output_save_matrix_values"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
648 <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
649 <filter> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
650 (( |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
651 output['showOutputSettings'] == 'yes' and |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
652 output['saveMatrix'] is True |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
653 )) |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
654 </filter> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
655 </data> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
656 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
657 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
658 <xml name="output_graphic_outputs"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
659 <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
660 <filter> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
661 (( |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
662 output['showOutputSettings'] == 'yes' and |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
663 output['saveSortedRegions'] is True |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
664 )) |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
665 </filter> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
666 </data> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
667 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
668 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
669 <xml name="colorMap"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
670 <param name="colorMap" type="select" label="Color map to use for the heatmap" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
671 help=" Available color map names can be found here: http://matplotlib.org/examples/color/colormaps_reference.html" |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
672 multiple="true"> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
673 <option value="RdYlBu" selected="true">RdYlBu</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
674 <option value="Accent">Accent</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
675 <option value="Spectral">Spectral</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
676 <option value="Set1">Set1</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
677 <option value="Set2">Set2</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
678 <option value="Set3">Set3</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
679 <option value="Dark2">Dark2</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
680 <option value="Reds">Reds</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
681 <option value="Oranges">Oranges</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
682 <option value="Greens">Greens</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
683 <option value="Blues">Blues</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
684 <option value="Greys">Greys</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
685 <option value="Purples">Purples</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
686 <option value="Paired">Paired</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
687 <option value="Pastel1">Pastel1</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
688 <option value="Pastel2">Pastel2</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
689 <option value="spring">spring</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
690 <option value="summer">summer</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
691 <option value="autumn">autumn</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
692 <option value="winter">winter</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
693 <option value="hot">hot</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
694 <option value="coolwarm">coolwarm</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
695 <option value="cool">cool</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
696 <option value="seismic">seismic</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
697 <option value="terrain">terrain</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
698 <option value="ocean">ocean</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
699 <option value="rainbow">rainbow</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
700 <option value="bone">bone</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
701 <option value="flag">flag</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
702 <option value="prism">prism</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
703 <option value="cubehelix">cubehelix</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
704 <option value="binary">binary</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
705 <option value="pink">pink</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
706 <option value="gray">gray</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
707 <option value="copper">copper</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
708 <option value="BrBG">BrBG</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
709 <option value="BuGn">BuGn</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
710 <option value="BuPu">BuPu</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
711 <option value="GnBu">GnBu</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
712 <option value="OrRd">OrRd</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
713 <option value="PiYG">PiYG</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
714 <option value="PRGn">PRGn</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
715 <option value="PuOr">PuOr</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
716 <option value="PuRd">PuRd</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
717 <option value="PuBu">PuBu</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
718 <option value="RdBu">RdBu</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
719 <option value="RdGy">RdGy</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
720 <option value="RdPu">RdPu</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
721 <option value="YlGn">YlGn</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
722 <option value="PuBuGn">PuBuGn</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
723 <option value="RdYlGn">RdYlGn</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
724 <option value="YlGnBu">YlGnBu</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
725 <option value="YlOrBr">YlOrBr</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
726 <option value="YlOrRd">YlOrRd</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
727 <option value="gist_gray">gist_gray</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
728 <option value="gist_stern">gist_stern</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
729 <option value="gist_earth">gist_earth</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
730 <option value="gist_yarg">gist_yarg</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
731 <option value="gist_ncar">gist_ncar</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
732 <option value="gist_rainbow">gist_rainbow</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
733 <option value="gist_heat">gist_heat</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
734 <option value="gnuplot">gnuplot</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
735 <option value="gnuplot2">gnuplot2</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
736 <option value="CMRmap">CMRmap</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
737 <option value="bwr">bwr</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
738 <option value="hsv">hsv</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
739 <option value="brg">brg</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
740 <option value="jet">jet</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
741 <option value="afmhot">afmhot</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
742 <option value="Accent_r">Accent reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
743 <option value="Spectral_r">Spectral reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
744 <option value="Set1_r">Set1 reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
745 <option value="Set2_r">Set2 reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
746 <option value="Set3_r">Set3 reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
747 <option value="Dark2_r">Dark2 reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
748 <option value="Reds_r">Reds reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
749 <option value="Oranges_r">Oranges reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
750 <option value="Greens_r">Greens reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
751 <option value="Blues_r">Blues reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
752 <option value="Greys_r">Greys reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
753 <option value="Purples_r">Purples reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
754 <option value="Paired_r">Paired reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
755 <option value="Pastel1_r">Pastel1 reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
756 <option value="Pastel2_r">Pastel2 reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
757 <option value="spring_r">spring reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
758 <option value="summer_r">summer reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
759 <option value="autumn_r">autumn reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
760 <option value="winter_r">winter reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
761 <option value="hot_r">hot reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
762 <option value="coolwarm_r">coolwarm reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
763 <option value="cool_r">cool reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
764 <option value="seismic_r">seismic reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
765 <option value="terrain_r">terrain reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
766 <option value="ocean_r">ocean reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
767 <option value="rainbow_r">rainbow reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
768 <option value="bone_r">bone reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
769 <option value="flag_r">flag reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
770 <option value="prism_r">prism reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
771 <option value="cubehelix_r">cubehelix reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
772 <option value="binary_r">binary reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
773 <option value="pink_r">pink reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
774 <option value="gray_r">gray reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
775 <option value="copper_r">copper reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
776 <option value="BrBG_r">BrBG reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
777 <option value="BuGn_r">BuGn reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
778 <option value="BuPu_r">BuPu reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
779 <option value="GnBu_r">GnBu reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
780 <option value="OrRd_r">OrRd reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
781 <option value="PiYG_r">PiYG reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
782 <option value="PRGn_r">PRGn reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
783 <option value="PuOr_r">PuOr reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
784 <option value="PuRd_r">PuRd reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
785 <option value="PuBu_r">PuBu reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
786 <option value="RdBu_r">RdBu reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
787 <option value="RdGy_r">RdGy reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
788 <option value="RdPu_r">RdPu reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
789 <option value="YlGn_r">YlGn reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
790 <option value="PuBuGn_r">PuBuGn reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
791 <option value="RdYlBu_r">RdYlBu reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
792 <option value="RdYlGn_r">RdYlGn reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
793 <option value="YlGnBu_r">YlGnBu reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
794 <option value="YlOrBr_r">YlOrBr reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
795 <option value="YlOrRd_r">YlOrRd reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
796 <option value="gist_gray_r">gist_gray reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
797 <option value="gist_stern_r">gist_stern reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
798 <option value="gist_earth_r">gist_earth reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
799 <option value="gist_yarg_r">gist_yarg reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
800 <option value="gist_ncar_r">gist_ncar reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
801 <option value="gist_rainbow_r">gist_rainbow reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
802 <option value="gist_heat_r">gist_heat reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
803 <option value="gnuplot_r">gnuplot reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
804 <option value="gnuplot2_r">gnuplot2 reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
805 <option value="CMRmap_r">CMRmap reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
806 <option value="bwr_r">bwr reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
807 <option value="hsv_r">hsv reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
808 <option value="brg_r">brg reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
809 <option value="jet_r">jet reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
810 <option value="afmhot_r">afmhot reversed</option> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
811 </param> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
812 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
813 </xml> |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
814 |
db94d629b9eb
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0eeb2e1a184186ba5ac044136e71b943e2af0f09
bgruening
parents:
diff
changeset
|
815 </macros> |