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