annotate GRsetFromGEO/GRsetFromGEO.xml @ 56:d4c5ec2d87d5 draft

Uploaded
author testtool
date Fri, 28 Apr 2017 07:20:30 -0400
parents f84cadc1fdd6
children ab67fa20bd13
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>
56
d4c5ec2d87d5 Uploaded
testtool
parents: 55
diff changeset
7 <requirement type="package" version="0.0.1">450kdependency</requirement>
55
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
8 </requirements>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
9 <stdio>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
10 <exit_code range="1:" />
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
11 </stdio>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
12 <command> Rscript $__tool_directory__/GRsetFromGEO.R "$GSE" "$output" </command>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
13 <inputs>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
14 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
15 </inputs>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
16 <outputs>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
17 <data format="RDdata" name="output" label="GRsetFromGEO.RData"/>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
18 </outputs>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
19 <tests>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
20 <test>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
21 <param name="test">
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
22 <element name="test-data">
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
23 <collection type="data">
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
24 <element name="GSE" value="GSE51547"/>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
25 </collection>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
26 </element>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
27 </param>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
28 <output type="data" format="RData" name="output" label="test-data/out.RData"/>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
29 </test>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
30 </tests>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
31 <help>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
32 **Description**
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
33 </help>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
34 <citations>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
35 GEO
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
36 </citations>
f84cadc1fdd6 Uploaded
testtool
parents:
diff changeset
37 </tool>