annotate GRsetFromGEO/GRsetFromGEO.xml @ 36:bee48babf30d draft

Uploaded
author testtool
date Sun, 23 Jul 2017 12:51:15 -0400
parents f49921bb80eb
children 10996f6ddcb5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
1 <tool id="getGRset" name="GRsetFromGEO">
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
2 <description>downloads data from GEO</description>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
3 <requirements>
36
bee48babf30d Uploaded
testtool
parents: 35
diff changeset
4 <requirement type="package" version="0.6.0">bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19</requirement>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
5 </requirements>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
6 <stdio>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
7 <exit_code range="1:" />
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
8 </stdio>
27
d492a31c50f1 Uploaded
testtool
parents: 20
diff changeset
9 <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.RData</command>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
10 <inputs>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
11 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
12 </inputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
13 <outputs>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
14 <data format="RDdata" name="output" label="output.RData" />
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
15 </outputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
16 <help>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
17 **What it does**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
18 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
19 **Input**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
20 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
21 **Output**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
22 GenomicRatioSet object
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
23 </help>
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
24 </tool>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
25 Rscript $__tool_directory__/GRsetFromGEO.R "$input" "$output"