annotate deepTools_macros.xml @ 0:812bfd545d3a draft

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