annotate GRsetFromGEO/GRsetFromGEO.xml @ 11:bfc8b961afe1 draft

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