annotate getGRsetFromGEO/test-data/getGRsetFromGEO.xml @ 2:39f1afe94ef4 draft

Uploaded
author testtool
date Sun, 11 Jun 2017 06:37:47 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
2 <tool id="getGRsetFromGEO" name="getGRsetFromGEO" version="1.18.4">
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
3 <requirements>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
5 </requirements>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
6 <stdio>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
7 <exit_code range="1:" />
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
8 </stdio>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
9 <command> Rscript $__tool_directory__/getGRsetFromGEO.R "$GSE" "$output" </command>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
10 <inputs>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
11 <param name="GSE" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
12 </inputs>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
13 <outputs>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
14 <data format="RDdata" name="output" label="getGRsetFromGEO.RData"/>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
15 </outputs>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
16 <tests>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
17 <test>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
18 <param name="test">
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
19 <element name="test-data">
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
20 <collection type="data">
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
21 <element name="GSE" value="GSE51547"/>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
22 </collection>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
23 </element>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
24 </param>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
25 <output type="data" format="RData" name="output" label="test-data/out.RData"/>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
26 </test>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
27 </tests>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
28 <help>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
29 **What it does**
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
30 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
31 **Input**
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
32 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
33 **Output**
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
34 GenomicRatioSet object
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
35 </help>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
36 <citations>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
37 <citation type="doi">10.1093/bioinformatics/btu049</citation>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
38 </citations>
39f1afe94ef4 Uploaded
testtool
parents:
diff changeset
39 </tool>