annotate GRsetFromGEO/GRsetFromGEO.xml @ 45:28416ed17e41 draft

Uploaded
author testtool
date Mon, 24 Apr 2017 10:52:54 -0400
parents 925945cca45f
children 591f68d46899
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
1 <tool id="GetGEO" name="GRsetFromGEO" version="1.16.2">
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
2 <description>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
3 Reading Illumina methylation array data from GEO
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
4 </description>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
5 <requirements>
45
28416ed17e41 Uploaded
testtool
parents: 39
diff changeset
6 <requirement type="package" version="3.2.1">R</requirement>
28416ed17e41 Uploaded
testtool
parents: 39
diff changeset
7 <requirement type="package" version="1.16.0">minfi</requirement>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
8 </requirements>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
9 <stdio>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
10 <exit_code range="1:" />
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
11 </stdio>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
12 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
13 <inputs>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
14 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
15 </inputs>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
16 <outputs>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
17 <data format="rdata" name="output" label="GRsetFromGEO.rdata"/>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
18 </outputs>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
19 <tests>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
20 <test>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
21 <param name="test">
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
22 <element name="test-data">
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
23 <collection type="data">
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
24 <element name="GSE" value="GSE51547"/>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
25 </collection>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
26 </element>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
27 </param>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
28 <output format="rdata" name="output" label="test-data/out.Rdata"/>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
29 </test>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
30 </tests>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
31 <help>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
32 **Description**
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
33 </help>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
34 <citations>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
35 GEO
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
36 </citations>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
37 </tool>