annotate GRsetFromGEO/GRsetFromGEO.xml @ 61:599b80e9eb5b draft

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