annotate clodius.xml @ 0:8a435cbdfe3f draft

planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
author scottx611x
date Tue, 03 Oct 2017 13:44:15 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
2
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
3 <tool id="clodius" name="clodius" version="0.0.1">
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
4 <description>Clodius is a tool for breaking up large data sets into smaller tiles that can subsequently be displayed using an appropriate viewer.</description>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
5 <requirements>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
6 <requirement type="package" version="0.3.2">pybigwig</requirement>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
7 <requirement type="package" version="0.2.19">negspy</requirement>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
8 <requirement type="package" version="1.0.7">slugid</requirement>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
9 <requirement type="package" version="0.6.5">clodius</requirement>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
10 </requirements>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
11 <command>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
12 <![CDATA[
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
13 clodius aggregate $file_type $input_file --assembly $genome_assembly
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
14
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
15 #if $output_filename:
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
16 --output-file $output_filename
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
17 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
18
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
19 #if $file_type == "bedpe":
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
20 --chr1-col $chromosome_one_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
21 --from1-col $from_one_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
22 --to1-col $to_one_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
23 --chr2-col $chromosome_two_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
24 --from2-col $from_two_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
25 --to2-col $to_two_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
26 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
27
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
28 #if $file_type == "bedfile":
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
29 --max-per-tile $max_per_tile
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
30 --importance-column $importance_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
31 #if $delimiter == "tab":
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
32 --delimiter '\t'
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
33 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
34 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
35
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
36 #if $file_type == "bedgraph":
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
37 #if $chromosome_column:
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
38 --chromosome-col $chromosome_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
39 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
40
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
41 #if $from_position_column:
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
42 --from-pos-col $from_position_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
43 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
44
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
45 #if $to_position_column:
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
46 --to-pos-col $to_position_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
47 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
48
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
49 #if $value_column:
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
50 --value-col $value_column
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
51 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
52
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
53 #if $has_header:
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
54 --has-header
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
55 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
56
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
57 #if $nan_value:
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
58 --nan-value $nan_value
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
59 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
60 #end if
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
61 ]]>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
62 </command>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
63 <inputs>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
64 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
65 name="chromosome_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
66 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
67 label="The column number (1-based) which contains the chromosome name."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
68 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
69 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
70 name="chromosome_one_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
71 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
72 label="The column containing the first chromosome."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
73 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
74 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
75 name="chromosome_two_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
76 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
77 label="The column containing the second chromosome."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
78 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
79 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
80 name="delimiter"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
81 type="text"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
82 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
83 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
84 name="file_type"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
85 type="text"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
86 label="Filetype to be aggregated">
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
87 <option value="bedpe">Bedpe-like file</option>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
88 <option value="bedfile">Gene Annotation File</option>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
89 <option value="bedgraph">BedGraph file</option>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
90 <option value="bigwig">BigWig File</option>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
91 </param>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
92 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
93 name="from_one_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
94 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
95 label="The column containing the first start position."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
96 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
97 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
98 name="from_two_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
99 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
100 label="The column containing the second start position."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
101 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
102 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
103 name="from_position_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
104 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
105 label="The column number (1-based) which contains the starting position."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
106 value="2"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
107 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
108 name="genome_assembly"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
109 type="text"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
110 label="Genome Assembly"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
111 value="hg19"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
112 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
113 name="has_header"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
114 type="boolean"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
115 label="Does this file have a header that we should ignore?"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
116 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
117 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
118 name="input_file"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
119 type="data"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
120 label="File to be aggregated"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
121 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
122 name="importance_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
123 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
124 label="The column (1-based) containing information about how important that row is.
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
125 If it's absent, then use the length of the region.
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
126 If the value is equal to `random`, then a random value will be used for the importance (effectively leading to random sampling)"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
127 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
128 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
129 name="max_per_tile"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
130 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
131 label="Max per tile."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
132 value="100"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
133 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
134 name="nan_value"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
135 type="text"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
136 label="The string to use as a NaN value."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
137 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
138 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
139 name="output_filename"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
140 type="text"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
141 label="The default output file name to use. If this isn't specified, clodius will replace the current extension with something resonable."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
142 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
143 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
144 name="to_one_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
145 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
146 label="The column containing the first end position."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
147 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
148 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
149 name="to_two_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
150 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
151 label="The column containing the second end position."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
152 optional="true"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
153 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
154 name="to_position_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
155 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
156 label="The column number (1-based) which contains the ending position."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
157 value="3"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
158 <param
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
159 name="value_column"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
160 type="integer"
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
161 label="The column number (1-based) which contains the actual value position."
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
162 value="4"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
163 </inputs>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
164 <outputs>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
165 <data name="output_file" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
166 </outputs>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
167 <tests>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
168 <test expect_num_outputs="1" expect_exit_code="0">
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
169 <param name="input_file" value="Rao_RepA_GM12878_Arrowhead.txt"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
170 <param name="file_type" value="bedpe" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
171 <param name="chromosome_one_column" value="1" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
172 <param name="chromosome_two_column" value="1" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
173 <param name="from_one_column" value="2" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
174 <param name="from_two_column" value="2" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
175 <param name="to_one_column" value="3" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
176 <param name="to_two_column" value="3" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
177 <param name="output_filename" value="bedpe_test.out" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
178 <output name="output_file" file="Rao_RepA_GM12878_Arrowhead.txt.multires" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
179 </test>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
180 <test expect_num_outputs="1" expect_exit_code="0">
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
181 <param name="input_file" value="geneAnnotationsExonsUnions.short.bed" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
182 <param name="file_type" value="bedfile" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
183 <param name="importance_column" value="5" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
184 <param name="max_per_tile" value="20" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
185 <param name="output_filename" value="bedfile_test.out" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
186 </test>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
187 <test expect_num_outputs="1" expect_exit_code="0">
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
188 <param name="input_file" value="cnvs_hw.tsv" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
189 <param name="file_type" value="bedgraph" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
190 <param name="genome_assembly" value="grch37" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
191 <param name="chromosome_column" value="2" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
192 <param name="from_position_column" value="3" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
193 <param name="to_position_column" value="4" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
194 <param name="value_column" value="5" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
195 <param name="has_header" value="true" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
196 <param name="nan_value" value="NA" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
197 <param name="output_filename" value="bedgraph_test.out" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
198 </test>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
199 <test expect_num_outputs="1" expect_exit_code="0">
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
200 <param name="input_file" value="test.bw" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
201 <param name="file_type" value="bigwig" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
202 <param name="output_filename" value="bigwig_test.out" />
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
203 <output name="output_file" file="test.multires.bw" lines_diff="9"/>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
204 </test>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
205 </tests>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
206 <help>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
207 <![CDATA[
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
208 **What it does**
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
209 Clodius is a tool for breaking up large data sets into smaller tiles that can subsequently be displayed using an appropriate viewer.
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
210 ]]>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
211 </help>
8a435cbdfe3f planemo upload for repository https://github.com/scottx611x/clodius-galaxy commit 66732f35a84835a50b6d3863e35e25b7291b9304-dirty
scottx611x
parents:
diff changeset
212 </tool>