annotate findDMR/findDMR.xml @ 33:2c799524e1d3 draft

Uploaded
author testtool
date Fri, 14 Apr 2017 06:44:35 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
1 <tool id="DMR" name="findDMR" version="1.16.2">
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
2 <description>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
3 from series of samples
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
4 </description>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
5 <requirements>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
6 <requirement type="package" version="3.2.1">R</requirement>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
7 </requirements>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
8 <stdio>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
9 <exit_code range="1:" />
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
10 </stdio>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
11 <command> Rscript $__tool_directory__/findDMR.R "$GSMTable" "$platform" "$Data_Table" "$cutoff" "$clusterSize" "$DMR"</command>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
12 <inputs>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
13 <param optional="false" format="txt" name="GSMTable" type="data" value="" help="GSM ID and phenotype table." label="[required] GSMTable">
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
14 <validator type="empty_field" message="This field is required."/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
15 </param>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
16 <param optional="false" format="txt" name="platform" type="data" value="" help="CG, CHR, BP table." label="[required] platform">
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
17 <validator type="empty_field" message="This field is required."/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
18 </param>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
19 <param optional="false" format="txt" name="Data_Table" type="data" value="" help="Matrix of data." label="[required] Data_Table">
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
20 <validator type="empty_field" message="This field is required."/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
21 </param>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
22 <param name="cutoff" type="float" value=""
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
23 label="Enter cutoff size (number)"
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
24 help="e.g. '0.2'" >
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
25 </param>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
26 <param name="clusterSize" type="float" value=""
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
27 label="Enter cluster size (number)"
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
28 help="e.g. '2'" >
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
29 </param>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
30 </inputs>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
31 <outputs>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
32 <data format="bed" name="DMR" label="DMR.bed"/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
33 </outputs>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
34 <tests>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
35 <test>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
36 <param name="test">
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
37 <element name="test-data">
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
38 <collection type="data">
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
39 <element name="GSMTable" value="test-data/input.txt"/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
40 <element name="platform" value="test-data/platform.txt"/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
41 <element name="Data_Table" value="test-data/Data_Table.txt"/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
42 <element name="cutoff" value="0.2"/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
43 <element name="clusterSize" value="2"/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
44 </collection>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
45 </element>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
46 </param>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
47 <output format="bed" name="DMR" label="test-data/DMR.bed"/>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
48 </test>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
49 </tests>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
50 <help>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
51 **Description**
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
52 </help>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
53 <citations>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
54 DMR
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
55 </citations>
2c799524e1d3 Uploaded
testtool
parents:
diff changeset
56 </tool>