annotate GRsetFromGEO/GRsetFromGEO.xml @ 46:591f68d46899 draft

Uploaded
author testtool
date Mon, 24 Apr 2017 11:15:37 -0400
parents 28416ed17e41
children 6133bb91d065
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>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
7 </requirements>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
8 <stdio>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
9 <exit_code range="1:" />
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
10 </stdio>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
11 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
12 <inputs>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
13 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
14 </inputs>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
15 <outputs>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
16 <data format="rdata" name="output" label="GRsetFromGEO.rdata"/>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
17 </outputs>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
18 <tests>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
19 <test>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
20 <param name="test">
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
21 <element name="test-data">
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
22 <collection type="data">
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
23 <element name="GSE" value="GSE51547"/>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
24 </collection>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
25 </element>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
26 </param>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
27 <output format="rdata" name="output" label="test-data/out.Rdata"/>
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
28 </test>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
29 </tests>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
30 <help>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
31 **Description**
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
32 </help>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
33 <citations>
39
925945cca45f Uploaded
testtool
parents: 38
diff changeset
34 GEO
34
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
35 </citations>
59a5237b72a3 Uploaded
testtool
parents:
diff changeset
36 </tool>