annotate GRsetFromGEO/GRsetFromGEO.xml @ 22:3381429d7391 draft

Uploaded
author testtool
date Wed, 12 Apr 2017 13:39:07 -0400
parents 0abad8725065
children f5d862854788
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
0631845b906d Uploaded
testtool
parents:
diff changeset
1 <tool id="GRset" name="GRsetFromGEO" version="1.16.2">
0631845b906d Uploaded
testtool
parents:
diff changeset
2 <requirements>
0631845b906d Uploaded
testtool
parents:
diff changeset
3 <requirement name="package_r_3_2_1" type="package" version="3.2.1">R</requirement>
22
3381429d7391 Uploaded
testtool
parents: 16
diff changeset
4 <requirement name="minfi" type="package" version="1.16.0">minfi</requirement>
12
0631845b906d Uploaded
testtool
parents:
diff changeset
5 </requirements>
0631845b906d Uploaded
testtool
parents:
diff changeset
6 <stdio>
0631845b906d Uploaded
testtool
parents:
diff changeset
7 <exit_code range="1:" />
0631845b906d Uploaded
testtool
parents:
diff changeset
8 </stdio>
0631845b906d Uploaded
testtool
parents:
diff changeset
9 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
0631845b906d Uploaded
testtool
parents:
diff changeset
10 <inputs>
0631845b906d Uploaded
testtool
parents:
diff changeset
11 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
0631845b906d Uploaded
testtool
parents:
diff changeset
12 </inputs>
0631845b906d Uploaded
testtool
parents:
diff changeset
13 <outputs>
0631845b906d Uploaded
testtool
parents:
diff changeset
14 <data format="Rdata" name="output" label="GenomicRatioSet.Rdata"/>
0631845b906d Uploaded
testtool
parents:
diff changeset
15 </outputs>
0631845b906d Uploaded
testtool
parents:
diff changeset
16 <tests>
0631845b906d Uploaded
testtool
parents:
diff changeset
17 <test>
0631845b906d Uploaded
testtool
parents:
diff changeset
18 <param name="test">
0631845b906d Uploaded
testtool
parents:
diff changeset
19 <element name="test-data">
0631845b906d Uploaded
testtool
parents:
diff changeset
20 <collection type="data">
0631845b906d Uploaded
testtool
parents:
diff changeset
21 <element name="GSE" value="GSE51547"/>
0631845b906d Uploaded
testtool
parents:
diff changeset
22 </collection>
0631845b906d Uploaded
testtool
parents:
diff changeset
23 </element>
0631845b906d Uploaded
testtool
parents:
diff changeset
24 </param>
0631845b906d Uploaded
testtool
parents:
diff changeset
25 <output format="Rdata" name="output" label="test-data/GenomicRatioSet.Rdata"/>
0631845b906d Uploaded
testtool
parents:
diff changeset
26 </test>
0631845b906d Uploaded
testtool
parents:
diff changeset
27 </tests>
0631845b906d Uploaded
testtool
parents:
diff changeset
28 <help>
0631845b906d Uploaded
testtool
parents:
diff changeset
29 Reading Illumina methylation array data from GEO.
0631845b906d Uploaded
testtool
parents:
diff changeset
30 </help>
0631845b906d Uploaded
testtool
parents:
diff changeset
31 <citations>
0631845b906d Uploaded
testtool
parents:
diff changeset
32 Aryee, Martin J., et al. "Minfi: a flexible and comprehensive Bioconductor package for the analysis of Infinium DNA methylation microarrays." Bioinformatics 30.10 (2014): 1363-1369.
0631845b906d Uploaded
testtool
parents:
diff changeset
33 </citations>
0631845b906d Uploaded
testtool
parents:
diff changeset
34 </tool>