61
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
55
|
2 <tool id="GetGEO" name="GRsetFromGEO" version="1.16.2">
|
|
3 <description>
|
|
4 Reading Illumina methylation array data from GEO
|
|
5 </description>
|
60
|
6 <macros>
|
|
7 <import>GRsetFromGEO_macros.xml</import>
|
|
8 </macros>
|
61
|
9 <expand macro="requirements" />
|
55
|
10 <stdio>
|
|
11 <exit_code range="1:" />
|
|
12 </stdio>
|
|
13 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
|
|
14 <inputs>
|
|
15 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
|
|
16 </inputs>
|
|
17 <outputs>
|
|
18 <data format="RDdata" name="output" label="GRsetFromGEO.RData"/>
|
|
19 </outputs>
|
|
20 <tests>
|
|
21 <test>
|
|
22 <param name="test">
|
|
23 <element name="test-data">
|
|
24 <collection type="data">
|
|
25 <element name="GSE" value="GSE51547"/>
|
|
26 </collection>
|
|
27 </element>
|
|
28 </param>
|
|
29 <output type="data" format="RData" name="output" label="test-data/out.RData"/>
|
|
30 </test>
|
|
31 </tests>
|
|
32 <help>
|
|
33 **Description**
|
|
34 </help>
|
|
35 <citations>
|
|
36 GEO
|
|
37 </citations>
|
|
38 </tool>
|