12
|
1 <tool id="GRset" name="GRsetFromGEO" version="1.16.2">
|
|
2 <requirements>
|
30
|
3 <requirement type="R-module" version="1.15.7">minfi</requirement>
|
29
|
4 </requirements>
|
12
|
5 <stdio>
|
|
6 <exit_code range="1:" />
|
|
7 </stdio>
|
|
8 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
|
|
9 <inputs>
|
29
|
10 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
|
12
|
11 </inputs>
|
|
12 <outputs>
|
30
|
13 <data ftype="RData" name="output" label="GenomicRatioSet.RData"/>
|
12
|
14 </outputs>
|
|
15 <tests>
|
|
16 <test>
|
|
17 <param name="test">
|
|
18 <element name="test-data">
|
29
|
19 <collection type="data">
|
12
|
20 <element name="GSE" value="GSE51547"/>
|
|
21 </collection>
|
|
22 </element>
|
|
23 </param>
|
30
|
24 <output ftype="RData" name="output" label="test-data/GenomicRatioSet.RData"/>
|
12
|
25 </test>
|
|
26 </tests>
|
|
27 <help>
|
29
|
28 Reading Illumina methylation array data from GEO
|
12
|
29 </help>
|
|
30 <citations>
|
29
|
31 xxx
|
12
|
32 </citations>
|
|
33 </tool>
|