annotate findDMP/findDMP.xml @ 0:8cf72c018b42 draft default tip

Uploaded
author testtool
date Sun, 11 Jun 2017 17:29:26 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
2 <tool id="findDMP" name="findDMP" version="1.20.0">
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
3 <requirements>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
5 </requirements>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
6 <stdio>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
7 <exit_code range="1:" />
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
8 </stdio>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
9 <command> Rscript $__tool_directory__/findDMP.R "$input1" "$input2" "$output" </command>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
10 <inputs>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
11 <param format="RDdata" name="input1" type="data" label="Genomic Ratio Set" help="e.g. 'GRsetFromGEO tool output'"/>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
12 <param format="csv" name="input2" type="data" label="Phenotype Table"
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
13 help="e.g.'ID Phenotype
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
14 GSM1255789 OLD
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
15 GSM1255798 OLD
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
16 GSM1255778 YOUNG'"/>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
17 </inputs>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
18 <outputs>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
19 <data format="text" type="data" name="output" label="DMP.txt"/>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
20 </outputs>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
21 <tests>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
22 <test>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
23 <param name="test">
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
24 <element name="test-data">
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
25 <collection type="data">
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
26 <element name="input1" type="data" format="RData" label="test-data/out.RData"> </element>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
27 <element name="input2" type="data" format="csv" label="test-data/OLDvsYOUNG.csv"> </element>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
28 </collection>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
29 </element>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
30 </param>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
31 <output name="output" type="data" format="text" label="test-data/DMP.txt"/>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
32 </test>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
33 </tests>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
34 <help>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
35 **What it does**
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
36 Tool finds differentially methylated positions (DMPs) with respect to a phenotype covariate
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
37 **Input**
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
38 GenomicRatioSet object
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
39 Phenotype Table
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
40 **Output**
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
41 Text file containing differentially methylated positions
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
42 </help>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
43 <citations>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
44 <citation type="doi">10.1093/bioinformatics/btu049</citation>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
45 </citations>
8cf72c018b42 Uploaded
testtool
parents:
diff changeset
46 </tool>