annotate GRsetFromGEO/GRsetFromGEO.xml @ 55:f84cadc1fdd6 draft

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