annotate macros.xml @ 1:c6f32406aa3c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 5744259254d4254a29cb7a6687fbbfd103301064"
author bgruening
date Wed, 05 Feb 2020 19:49:53 -0500
parents 8d764e8acdf5
children 536a6f0d260c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
1 <macros>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
2 <token name="@THREADS@">\${GALAXY_SLOTS:-4}</token>
1
c6f32406aa3c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 5744259254d4254a29cb7a6687fbbfd103301064"
bgruening
parents: 0
diff changeset
3 <token name="@WRAPPER_VERSION@">3.4.1</token>
0
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
4 <token name="@USE_RANGE@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
5 #if $use_range.select_use_range == "yes_use_range":
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
6 --range $range_min:$range_max
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
7 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
8 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
9
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
10 <xml name="requirements">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
11 <requirements>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
12 <requirement type="package" version="@WRAPPER_VERSION@">hicexplorer</requirement>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
13 <yield />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
14 </requirements>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
15 <version_command>@BINARY@ --version</version_command>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
16 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
17
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
18 <token name="@CHROMOSOME_LIST@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
19 #if $chromosome_list:
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
20 #set $chromosomes = []
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
21 #for $chrom in $chromosome_list:
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
22 #silent $chromosomes.append("'%s'" % $chrom.chromosomes)
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
23 #end for
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
24 #set $chromosome_string = ' '.join($chromosomes)
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
25 --chromosomes $chromosome_string
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
26 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
27 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
28
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
29 <xml name="chromosome_list">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
30 <repeat name="chromosome_list" min="0" title="Chromosomes to include" help="Chromosomes to include in the analysis. If not set, all chromosomes are included.">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
31 <param argument="--chromosomes" type="text" value="" >
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
32 <validator type="empty_field" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
33 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
34 </repeat>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
35 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
36
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
37 <xml name="citations">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
38 <citations>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
39 <citation type="doi">10.5281/zenodo.1133705</citation>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
40 <yield />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
41 </citations>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
42 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
43
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
44 <xml name="zMax">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
45 <param argument="--zMax" name="zMax" type="float" optional="true" label="zMax for 3D plot"/> <!-- this should only be enabled when both or 3d is selected for param whatToShow -->
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
46 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
47 <xml name="use_range">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
48 <conditional name="use_range"> <!-- argparse specifies one argument of type min_range:max_range -->
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
49 <param name="select_use_range" type="select" label="Range restriction (in bp)" argument="--range" help="If given, only counts within the specified range are considered.">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
50 <option value="no_use_range">No restriction</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
51 <option value="yes_use_range">Only consider counts within a range</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
52 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
53 <when value="no_use_range"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
54 <when value="yes_use_range">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
55 <expand macro='range' />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
56 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
57 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
58 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
59
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
60 <xml name="range">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
61 <param name='range_min' label="Minimum range to consider interactions" type="integer" value="" min="0" help="The minimum range should be farer from the diagonal than median TAD size in order to reduce background interactions."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
62 <param name='range_max' label="Maximum range to consider interactions" type="integer" value="" min="0"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
63 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
64
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
65 <xml name="colormap">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
66 <param argument="--colorMap" name="colormap" type="select" optional="True" label="Color map to use for the heatmap" help=" Available color map names can be found here: https://matplotlib.org/examples/color/colormaps_reference.html">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
67 <option value="RdYlBu">RdYlBu</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
68 <option value="Accent">Accent</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
69 <option value="Spectral">Spectral</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
70 <option value="Set1">Set1</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
71 <option value="Set2">Set2</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
72 <option value="Set3">Set3</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
73 <option value="Dark2">Dark2</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
74 <option value="Reds">Reds</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
75 <option value="Oranges">Oranges</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
76 <option value="Greens">Greens</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
77 <option value="Blues">Blues</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
78 <option value="Greys">Greys</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
79 <option value="Purples">Purples</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
80 <option value="Paired">Paired</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
81 <option value="Pastel1">Pastel1</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
82 <option value="Pastel2">Pastel2</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
83 <option value="spring">spring</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
84 <option value="summer">summer</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
85 <option value="autumn">autumn</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
86 <option value="winter">winter</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
87 <option value="hot">hot</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
88 <option value="coolwarm">coolwarm</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
89 <option value="cool">cool</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
90 <option value="seismic">seismic</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
91 <option value="terrain">terrain</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
92 <option value="ocean">ocean</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
93 <option value="rainbow">rainbow</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
94 <option value="bone">bone</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
95 <option value="flag">flag</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
96 <option value="prism">prism</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
97 <option value="cubehelix">cubehelix</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
98 <option value="binary">binary</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
99 <option value="pink">pink</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
100 <option value="gray">gray</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
101 <option value="copper">copper</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
102 <option value="BrBG">BrBG</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
103 <option value="BuGn">BuGn</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
104 <option value="BuPu">BuPu</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
105 <option value="GnBu">GnBu</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
106 <option value="OrRd">OrRd</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
107 <option value="PiYG">PiYG</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
108 <option value="PRGn">PRGn</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
109 <option value="PuOr">PuOr</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
110 <option value="PuRd">PuRd</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
111 <option value="PuBu">PuBu</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
112 <option value="RdBu">RdBu</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
113 <option value="RdGy">RdGy</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
114 <option value="RdPu">RdPu</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
115 <option value="YlGn">YlGn</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
116 <option value="PuBuGn">PuBuGn</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
117 <option value="RdYlGn">RdYlGn</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
118 <option value="YlGnBu">YlGnBu</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
119 <option value="YlOrBr">YlOrBr</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
120 <option value="YlOrRd">YlOrRd</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
121 <option value="gist_gray">gist_gray</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
122 <option value="gist_stern">gist_stern</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
123 <option value="gist_earth">gist_earth</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
124 <option value="gist_yarg">gist_yarg</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
125 <option value="gist_ncar">gist_ncar</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
126 <option value="gist_rainbow">gist_rainbow</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
127 <option value="gist_heat">gist_heat</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
128 <option value="gnuplot">gnuplot</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
129 <option value="gnuplot2">gnuplot2</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
130 <option value="CMRmap">CMRmap</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
131 <option value="bwr">bwr</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
132 <option value="hsv">hsv</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
133 <option value="brg">brg</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
134 <option value="jet">jet</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
135 <option value="afmhot">afmhot</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
136 <option value="plasma">plasma</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
137 <option value="Accent_r">Accent reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
138 <option value="Spectral_r">Spectral reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
139 <option value="Set1_r">Set1 reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
140 <option value="Set2_r">Set2 reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
141 <option value="Set3_r">Set3 reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
142 <option value="Dark2_r">Dark2 reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
143 <option value="Reds_r">Reds reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
144 <option value="Oranges_r">Oranges reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
145 <option value="Greens_r">Greens reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
146 <option value="Blues_r">Blues reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
147 <option value="Greys_r">Greys reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
148 <option value="Purples_r">Purples reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
149 <option value="Paired_r">Paired reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
150 <option value="Pastel1_r">Pastel1 reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
151 <option value="Pastel2_r">Pastel2 reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
152 <option value="spring_r">spring reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
153 <option value="summer_r">summer reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
154 <option value="autumn_r">autumn reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
155 <option value="winter_r">winter reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
156 <option value="hot_r">hot reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
157 <option value="coolwarm_r">coolwarm reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
158 <option value="cool_r">cool reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
159 <option value="seismic_r">seismic reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
160 <option value="terrain_r">terrain reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
161 <option value="ocean_r">ocean reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
162 <option value="rainbow_r">rainbow reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
163 <option value="bone_r">bone reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
164 <option value="flag_r">flag reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
165 <option value="prism_r">prism reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
166 <option value="cubehelix_r">cubehelix reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
167 <option value="binary_r">binary reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
168 <option value="pink_r">pink reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
169 <option value="gray_r">gray reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
170 <option value="copper_r">copper reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
171 <option value="BrBG_r">BrBG reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
172 <option value="BuGn_r">BuGn reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
173 <option value="BuPu_r">BuPu reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
174 <option value="GnBu_r">GnBu reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
175 <option value="OrRd_r">OrRd reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
176 <option value="PiYG_r">PiYG reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
177 <option value="PRGn_r">PRGn reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
178 <option value="PuOr_r">PuOr reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
179 <option value="PuRd_r">PuRd reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
180 <option value="PuBu_r">PuBu reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
181 <option value="RdBu_r">RdBu reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
182 <option value="RdGy_r">RdGy reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
183 <option value="RdPu_r">RdPu reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
184 <option value="YlGn_r">YlGn reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
185 <option value="PuBuGn_r">PuBuGn reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
186 <option value="RdYlBu_r" selected="True">RdYlBu reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
187 <option value="RdYlGn_r">RdYlGn reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
188 <option value="YlGnBu_r">YlGnBu reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
189 <option value="YlOrBr_r">YlOrBr reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
190 <option value="YlOrRd_r">YlOrRd reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
191 <option value="gist_gray_r">gist_gray reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
192 <option value="gist_stern_r">gist_stern reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
193 <option value="gist_earth_r">gist_earth reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
194 <option value="gist_yarg_r">gist_yarg reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
195 <option value="gist_ncar_r">gist_ncar reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
196 <option value="gist_rainbow_r">gist_rainbow reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
197 <option value="gist_heat_r">gist_heat reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
198 <option value="gnuplot_r">gnuplot reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
199 <option value="gnuplot2_r">gnuplot2 reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
200 <option value="CMRmap_r">CMRmap reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
201 <option value="bwr_r">bwr reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
202 <option value="hsv_r">hsv reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
203 <option value="brg_r">brg reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
204 <option value="jet_r">jet reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
205 <option value="afmhot_r">afmhot reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
206 <option value="plasma_r">plasma reversed</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
207 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
208 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
209
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
210 <xml name="multiple_input_matrices">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
211 <repeat name="input_files" title="Hi-C Matrix files" min="2">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
212 <param name="matrix" type="data" format="h5,cool"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
213 label="Hi-C Matrix file"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
214 help=""/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
215 <param name="mlabel" type="text" size="30" optional="true" value=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
216 label="Label"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
217 help="Label to use in the output. If not given the dataset name will be used instead."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
218 </repeat>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
219 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
220
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
221 <token name="@multiple_input_matrices@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
222 #set $matrices = []
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
223 #set $mlabels = []
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
224 #for $counter, $i in enumerate($input_files):
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
225 ln -s '$i.matrix' '${counter}_matrix.$i.matrix.ext';
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
226 #silent $matrices.append( '\'%s_matrix.%s\'' % ($counter, $i.matrix.ext))
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
227
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
228 #if str($i.mlabel.value) != "":
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
229 #set $mlabels += ['\'%s\'' % ($i.mlabel.value)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
230 #else
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
231 #set $mlabels += ['\'%s\'' % ($i.matrix.name)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
232 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
233 #end for
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
234 #set $mlabels = ' '.join($mlabels)
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
235 #set $matrices = ' '.join($matrices)
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
236 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
237
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
238 <token name="@ESCAPE_IDENTIFIER_FILE@"><![CDATA[re.sub('[^\s\w\-\.]', '_', str($file.element_identifier))]]></token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
239 <token name="@ESCAPE_IDENTIFIER_MATRIX@"><![CDATA[re.sub('[^\s\w\-\.]', '_', str($matrix.element_identifier))]]></token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
240 <token name="@ESCAPE_IDENTIFIER_M@"><![CDATA[re.sub('[^\s\w\-\.]', '_', str($m.element_identifier))]]></token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
241
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
242 <xml name="region">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
243 <param name="region" type="text" label="Region of the genome to limit the operation"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
244 help="The format is chr:start-end. Also valid is just to specify a chromosome, for example chr10:10-500" argument="--region"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
245 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
246
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
247
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
248
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
249 <xml name="kmeans_clustering">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
250 <conditional name="used_multiple_regions">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
251 <param name="used_multiple_regions_options" type="select"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
252 label="Did you compute the matrix with more than one groups of regions?"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
253 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.">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
254 <option value="yes">Yes, I used multiple groups of regions</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
255 <option value="no">No, I used only one group</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
256 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
257 <when value="no">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
258 <conditional name="clustering">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
259 <param name="clustering_options" type="select" label="Clustering algorithm">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
260 <option value="none">No clustering</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
261 <option value="kmeans">Kmeans clustering</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
262 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
263 <when value="kmeans">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
264 <param name="k_kmeans" type="integer" value="0" label="Number of clusters to compute"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
265 help="When this option is set, then the matrix is split into clusters using the kmeans algorithm. Only works for data that is not grouped, otherwise only the first group will be clustered. If more specific clustering methods are required it is advisable to save the underlying matrix and run the clustering using other software. The plotting of the clustering may fail (Error: Segmentation fault) if a cluster has very few members compared to the total number or regions. (default: None)."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
266 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
267 <when value="none" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
268 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
269 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
270 <when value="yes" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
271 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
272 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
273
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
274 <token name="@KMEANS_CLUSTERING@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
275 #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no':
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
276 #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans':
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
277 #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0:
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
278 --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
279 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
280 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
281 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
282 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
283
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
284 <xml name="samFlag">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
285 <param name="samFlag" type="integer" optional="true" value=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
286 label="Filter reads based on the SAM flag"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
287 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. (--samFlag)"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
288 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
289 <xml name="plotNumbers">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
290 <param name="plotNumbers" type="boolean" truevalue="--plotNumbers" falsevalue=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
291 label="Plot the correlation value"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
292 help="If set, then the correlation number is plotted on top of the heatmap. (--plotNumbers)"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
293 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
294 <xml name="doNotExtendPairedEnds">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
295 <param name="doNotExtendPairedEnds" type="boolean" truevalue="--doNotExtendPairedEnds" falsevalue=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
296 label="Do not extend paired ends"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
297 help="If set, reads are not extended to match the fragment length reported in the BAM file, instead they will be extended to match the fragment length. Default is to extend the reads if paired end information is available. (--doNotExtendPairedEnds)"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
298 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
299
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
300 <xml name="ignoreDuplicates">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
301 <param name="ignoreDuplicates" type="boolean" truevalue="--ignoreDuplicates" falsevalue=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
302 label="Ignore duplicates"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
303 help="If set, reads that have the same orientation and start position will be considered only once. If reads are paired, the mate position also has to coincide to ignore a read. (--ignoreDuplicates)" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
304 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
305
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
306 <xml name="minMappingQuality">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
307 <param argument="--minMappingQuality" type="integer" optional="true" value="" min="1"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
308 label="Minimum mapping quality"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
309 help= "If set, only reads that have a mapping quality score higher than the given value are considered.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
310 *Note* Bowtie's Mapping quality is related to uniqueness: the higher the score, the more unique is a read.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
311 A mapping quality defined by Bowtie of 10 or less indicates that there is at least a 1 in 10 chance that the read truly originated elsewhere."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
312 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
313
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
314 <xml name="skipZeros">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
315 <param name="skipZeros" type="boolean" truevalue="--skipZeros" falsevalue=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
316 label ="Skip zeros"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
317 help ="If set, then zero counts that happen for *all* BAM files given are ignored. This might have the effect that fewer regions are considered than indicated in the option where the number of samples is defined. (--skipZeros)" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
318 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
319
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
320 <xml name="fragmentLength">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
321 <param name="fragmentLength" type="integer" value="300" min="1"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
322 label="Fragment length used for the sequencing"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
323 help ="If paired-end reads are used, the fragment length is computed from the BAM file. (--fragmentLength)"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
324 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
325
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
326 <xml name="scaleFactor">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
327 <param name="scaleFactor1" type="float" value="1" label="Scale factor for treatment" help="(--scaleFactors)"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
328 <param name="scaleFactor2" type="float" value="1" label="Scale factor for input" help="(--scaleFactors)"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
329 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
330
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
331 <xml name="xMax">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
332 <param argument="--xMax" name="xMax" type="integer" optional="true" value=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
333 label="Max value for the x-axis in counts per bin" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
334 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
335
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
336 <xml name="filterThreshold">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
337 <param argument="--filterThreshold" name="filterThreshold_low" type="float" value="-1.5"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
338 label="Remove bins of low coverage" help="e.g. -1.5; Both Thresholds needs to be set to take effect."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
339
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
340 <param argument="--filterThreshold" name="filterThreshold_large" type="float" value="5.0"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
341 label="Remove bins of large coverage" help="e.g. 5; Both Thresholds needs to be set to take effect."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
342 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
343
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
344
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
345 <xml name="pseudocount">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
346 <param name="pseudocount" type="float" value="1" label="Pseudocount" help="Small number to avoid dividing by zero."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
347 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
348 <xml name='matrix_h5_cooler_macro'>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
349 <param name='matrix_h5_cooler' type="data" format="h5,cool"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
350 label="Matrix to compute on"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
351 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
352 <xml name='matrix_h5_cooler_multiple_macro'>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
353 <param name='matrix_h5_cooler_multiple' type="data" format="h5,cool"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
354 label="Matricies to compute on" multiple="true"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
355 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
356
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
357
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
358
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
359 <xml name='convertFormat_single_macro'>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
360 <conditional name="inputFormat_conditional">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
361 <param name="inputFormat_selector" type="select" label="Choose input file type">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
362 <option value="optionCool" selected="True">cool</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
363 <option value="optionH5">h5</option>
1
c6f32406aa3c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 5744259254d4254a29cb7a6687fbbfd103301064"
bgruening
parents: 0
diff changeset
364 <option value="optionHic">hic</option>
0
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
365 <option value="optionHomer">Homer</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
366 <option value="optionHicpro">HiCPro</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
367 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
368 <when value="optionCool">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
369 <expand macro='matrix_h5_cooler_macro' />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
370 <param name='correctionName' type='text' label='Correction factors column name'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
371 <param name='correctionDivision' type="boolean" truevalue="yes" falsevalue="" label='Apply correction factors with a division instead multiplication'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
372 <param name='chromosome' type='text' label='Load only one chromosome'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
373 <param name='loadRawValues' type="boolean" truevalue="yes" falsevalue="" label='Load raw data'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
374
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
375 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
376 <when value="optionH5">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
377 <expand macro='matrix_h5_cooler_macro' />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
378 </when>
1
c6f32406aa3c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 5744259254d4254a29cb7a6687fbbfd103301064"
bgruening
parents: 0
diff changeset
379 <when value="optionHic">
c6f32406aa3c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 5744259254d4254a29cb7a6687fbbfd103301064"
bgruening
parents: 0
diff changeset
380 <param name='matrixHic' type='data' format='hic' label='.hic matrix'/>
0
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
381 <param name='resolutions' type='text' label='List of resolutions'/>
1
c6f32406aa3c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 5744259254d4254a29cb7a6687fbbfd103301064"
bgruening
parents: 0
diff changeset
382 </when>
0
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
383
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
384 <when value="optionHomer">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
385 <param name='matrixHomer' type='data' format='txt' label='Homer interaction matrix'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
386 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
387
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
388 <when value="optionHicpro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
389 <param name='matrixHicpro' type='data' format='txt' label='.hic matrix'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
390 <param name='bedHicpro' type='data' format='bed' label='HicPro bed file'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
391 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
392 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
393 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
394
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
395 <xml name='convertFormat_multiple_macro'>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
396 <conditional name="inputFormat_conditional">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
397 <param name="inputFormat_selector" type="select" label="Choose input file type">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
398 <option value="optionCool" selected="True">cool</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
399 <option value="optionH5">h5</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
400 <option value="optionHomer">Homer</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
401 <option value="optionHicpro">HiCPro</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
402 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
403 <when value="optionCool">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
404 <expand macro='matrix_h5_cooler_multiple_macro' />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
405 <param name='correctionName' type='text' label='Correction factors column name'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
406 <param name='correctionDivision' type="boolean" truevalue="yes" falsevalue="" label='Apply correction factors with a division instead multiplication'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
407 <param name='chromosome' type='text' label='Load only one chromosome'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
408 <param name='loadRawValues' type="boolean" truevalue="yes" falsevalue="" label='Load raw data'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
409
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
410 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
411 <when value="optionH5">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
412 <expand macro='matrix_h5_cooler_multiple_macro' />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
413 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
414
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
415 <when value="optionHomer">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
416 <param name='matrixHomer' type='data' format='txt' label='Homer interaction matrix' multiple="true"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
417 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
418
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
419 <when value="optionHicpro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
420 <param name='matrixHicpro' type='data' format='txt' label='.hic matrix' multiple="true"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
421 <param name='bedHicpro' type='data' format='bed' label='HicPro bed file' multiple="true"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
422 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
423 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
424 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
425 <xml name='convertFormat_single_output_macro'>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
426 <!-- <filter>outputSingleMultiple_conditional.inputFormat_conditional.inputFormat_selector == 'optionCool'</filter> -->
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
427
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
428 <conditional name="outputFormat_conditional">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
429 <param name="outputFormat_selector" type="select" label="Choose output file type">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
430 <option value="cool" selected="True">cool</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
431 <option value="h5">h5</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
432 <option value="homer">Homer</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
433 <option value="ginteractions">ginteractions</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
434
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
435 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
436 <when value="cool">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
437 <param name='storeAppliedCorrection' type="boolean" truevalue="yes" falsevalue="" label='Store applied correction factors in column count'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
438 <param name='enforceInteger' type="boolean" truevalue="yes" falsevalue="" label='Enforce integer for count column'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
439 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
440 <when value='h5'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
441 <when value='homer'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
442 <when value='ginteractions'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
443
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
444 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
445 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
446 <token name="@REFERENCES@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
447
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
448 .. class:: infomark
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
449
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
450 For more information on the tools, please visit our `help site`_.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
451
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
452 If you would like to give us feedback or you run into any trouble, please send an email to deeptools@googlegroups.com
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
453
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
454 This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
455
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
456 .. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
457 .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
458 .. _help site: https://hicexplorer.readthedocs.org
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
459
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
460 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
461
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
462
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
463 <xml name="multiple_input_bams">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
464 <repeat name="input_files" title="BAM files" min="2">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
465 <param name="bamfile" type="data" format="bam"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
466 label="Bam file"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
467 help="The BAM file must be sorted."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
468 <param name="label" type="text" size="30" optional="true" value=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
469 label="Label"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
470 help="Label to use in the output. If not given the dataset name will be used instead."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
471 </repeat>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
472 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
473
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
474 <xml name="multiple_input_bigwigs">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
475 <repeat name="input_files" title="BigWig files" min="2">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
476 <param name="bigwigfile" type="data" format="bigwig"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
477 label="Bigwig file"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
478 help="The Bigwig file must be sorted."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
479 <param name="label" type="text" size="30" optional="true" value=""
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
480 label="Label"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
481 help="Label to use in the output. If not given the dataset name will be used instead."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
482 </repeat>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
483 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
484
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
485 <xml name="plotTitle">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
486 <param name="plotTitle" type="text" value="" size="30" optional="True"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
487 label="Title of the plot"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
488 help="Title of the plot, to be printed on top of the generated image. (--plotTitle)" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
489 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
490
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
491 <token name="@multiple_input_bams@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
492 #import tempfile
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
493 #set $temp_dir = os.path.abspath(tempfile.mkdtemp())
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
494 #set files=[]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
495 #set labels=[]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
496 #for $i in $input_files:
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
497 #set $temp_input_handle = tempfile.NamedTemporaryFile( dir=$temp_dir )
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
498 #set $temp_input_path = $temp_input_handle.name
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
499 #silent $temp_input_handle.close()
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
500 #silent os.system("ln -s %s %s.bam" % (str($i.bamfile), $temp_input_path))
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
501 #silent os.system("ln -s %s %s.bam.bai" % (str($i.bamfile.metadata.bam_index), $temp_input_path))
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
502 #silent $files.append('%s.bam' % $temp_input_path)
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
503
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
504 ##set $files += [str($i.bamfile)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
505 #if str($i.label.value) != "":
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
506 #set $labels += ["\"%s\"" % ($i.label.value)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
507 #else
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
508 #set $labels += ["\"%s\"" % ($i.bamfile.name)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
509 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
510 #end for
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
511 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
512
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
513 <token name="@multiple_input_bigwigs@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
514 #import tempfile
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
515 #set $temp_dir = os.path.abspath(tempfile.mkdtemp())
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
516 #set files=[]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
517 #set labels=[]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
518 #for $i in $input_files:
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
519 #set $temp_input_handle = tempfile.NamedTemporaryFile( dir=$temp_dir )
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
520 #set $temp_input_path = $temp_input_handle.name
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
521 #silent $temp_input_handle.close()
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
522 #silent os.system("ln -s %s %s.bw" % (str($i.bigwigfile), $temp_input_path))
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
523 #silent $files.append('%s.bw' % $temp_input_path)
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
524
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
525 ##set $files += [str($i.bigwigfile)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
526 #if str($i.label.value) != "":
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
527 #set $labels += ["\"%s\"" % ($i.label.value)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
528 #else
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
529 #set $labels += ["\"%s\"" % ($i.bigwigfile.name)]
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
530 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
531 #end for
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
532 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
533
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
534 <xml name="reference_genome_source">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
535 <conditional name="source">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
536 <param name="ref_source" type="select" label="Reference genome">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
537 <option value="cached">locally cached</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
538 <option value="history">in your history</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
539 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
540 <when value="cached">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
541 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
542 <options from_data_table="deepTools_seqs">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
543 <filter type="sort_by" column="1" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
544 <validator type="no_options" message="No indexes are available." />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
545 </options>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
546 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
547 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
548 <when value="history">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
549 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
550 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
551 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
552 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
553
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
554 <token name="@reference_genome_source@">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
555 #if $source.ref_source=="history":
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
556 --genome $source.input1
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
557 #else:
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
558 --genome "${source.input1_2bit.fields.path}"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
559 #end if
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
560 </token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
561
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
562 <xml name="effectiveGenomeSize">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
563 <conditional name="effectiveGenomeSize">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
564 <param name="effectiveGenomeSize_opt" type="select" label="Effective genome size"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
565 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.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
566 Also, if repetitive regions were not included in the mapping of reads, the effective genome size needs to be adjusted accordingly.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
567 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.">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
568 <option value="93260000">ce10 (93260000)</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
569 <option value="121400000">dm3 (121400000)</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
570 <option value="2451960000" selected="true">hg19 (2451960000)</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
571 <option value="2150570000">mm9 (2150570000)</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
572 <option value="specific">user specified</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
573 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
574 <when value="specific">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
575 <param name="effectiveGenomeSize" type="integer" value="" label="Effective genome size" help="e.g. ce10: 93260000, dm3: 121400000, hg19: 2451960000, mm9: 2150570000"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
576 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
577 <when value="2150570000" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
578 <when value="2451960000" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
579 <when value="121400000" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
580 <when value="93260000" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
581 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
582 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
583
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
584 <xml name="image_file_format">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
585 <param name="outFileFormat" type="select" label="Image file format">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
586 <option value="png" selected="true">png</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
587 <option value="pdf">pdf</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
588 <option value="svg">svg</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
589 <option value="eps">eps</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
590 <option value="emf">emf</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
591 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
592 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
593
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
594 <xml name="missingDataAsZero">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
595 <param name="missingDataAsZero" type="boolean" truevalue="yes" falsevalue="no" checked="True"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
596 label ="Treat missing data as zero"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
597 help ="This parameter determines if missing data should be treated as zeros. If unchecked, missing data will be ignored and not included in the output file. Missing data is defined as those regions for which both BAM files have 0 reads." />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
598 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
599
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
600 <xml name="input_save_matrix_values">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
601 <param name="saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
602 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
603
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
604 <xml name="input_graphic_output_settings">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
605 <conditional name="output" >
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
606 <param name="showOutputSettings" type="select" label="Show advanced output settings" >
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
607 <option value="no" selected="true">no</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
608 <option value="yes">yes</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
609 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
610 <when value="no" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
611 <when value="yes">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
612 <yield />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
613 <param name="saveData" type="boolean" label="Save the data underlying the average profile"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
614 <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."/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
615 </when>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
616 </conditional>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
617 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
618
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
619 <xml name="input_image_file_format">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
620 <param name="outFileFormat" type="select" label="Image file format">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
621 <option value="png" selected="true">png</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
622 <option value="pdf">pdf</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
623 <option value="svg">svg</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
624 <option value="eps">eps</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
625 <option value="emf">emf</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
626 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
627 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
628
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
629 <xml name="output_image_file_format">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
630 <data format="png" name="outFileName" label="${tool.name} image">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
631 <change_format>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
632 <when input="output.outFileFormat" value="pdf" format="pdf" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
633 <when input="output.outFileFormat" value="svg" format="svg" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
634 <when input="output.outFileFormat" value="eps" format="eps" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
635 <when input="output.outFileFormat" value="emf" format="emf" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
636 </change_format>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
637 </data>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
638 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
639
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
640 <xml name="output_save_matrix_values">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
641 <data format="tabular" name="outFileNameMatrix" label="${tool.name} on ${on_string}: Heatmap values">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
642 <filter>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
643 ((
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
644 output['showOutputSettings'] == 'yes' and
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
645 output['saveMatrix'] is True
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
646 ))
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
647 </filter>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
648 </data>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
649 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
650
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
651 <xml name="output_graphic_outputs">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
652 <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
653 <filter>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
654 ((
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
655 output['showOutputSettings'] == 'yes' and
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
656 output['saveData'] is True
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
657 ))
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
658 </filter>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
659 </data>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
660 <data format="bed" name="outFileSortedRegions" label="${tool.name} on ${on_string}: sorted/filtered regions">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
661 <filter>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
662 ((
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
663 output['showOutputSettings'] == 'yes' and
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
664 output['saveSortedRegions'] is True
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
665 ))
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
666 </filter>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
667 </data>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
668 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
669
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
670 <xml name="track_input_h5_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
671 <param name="track_input_h5" type="data" format="h5, cool" label="Track file h5 or cool format"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
672 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
673 <xml name="track_input_bed_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
674 <param name="track_input_bed" type="data" format="bed" label="Track file bed format"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
675 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
676 <xml name="track_input_bedgraph_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
677 <param name="track_input_bedgraph" type="data" format="bedgraph" label="Track file bedgraph format"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
678 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
679 <xml name="track_input_bigwig_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
680 <param name="track_input_bigwig" type="data" format="bigwig" label="Track file bigwig format"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
681 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
682 <xml name="track_input_bedgraph_matrix_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
683 <param name="track_input_bedgraph_matrix" type="data" format="bedgraph" label="Track file bigwig format"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
684 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
685 <xml name="track_input_tabular_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
686 <param name="track_input_tabular" type="data" format="tabular" label="Track file tabular format"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
687 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
688 <xml name="plot_title">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
689 <param name="title" type="text" optional="true" label="Plot title"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
690 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
691
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
692 <xml name="spacer_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
693 <param name="spacer_width" type="float" value="" optional="True"
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
694 label="Include spacer at the end of the track." help="Width of the spacer." />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
695 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
696 <xml name="fontsize_macro">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
697 <param name="fontsize" type="integer" value="" optional="True" label="Fontsize" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
698 </xml>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
699 </macros>