annotate GRsetFromGEO/GRsetFromGEO.xml @ 59:c356d89b0145 draft

Uploaded
author testtool
date Mon, 21 Aug 2017 06:28:18 -0400
parents 97b91859001f
children dc0d9276a8f1
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>
58
97b91859001f Uploaded
testtool
parents: 57
diff changeset
4 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
59
c356d89b0145 Uploaded
testtool
parents: 58
diff changeset
5 <requirement type="package" version="0.6.0">bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19</requirement>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
6 </requirements>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
7 <stdio>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
8 <exit_code range="1:" />
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
9 </stdio>
47
b68434e4db0e Uploaded
testtool
parents: 46
diff changeset
10 <command>Rscript $__tool_directory__/GRsetFromGEO.R "$input" "$output"</command>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
11 <inputs>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
12 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
13 </inputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
14 <outputs>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
15 <data format="rdata" name="output" label="output.rdata" />
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
16 </outputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
17 <help>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
18 **What it does**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
19 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
20 **Input**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
21 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
22 **Output**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
23 GenomicRatioSet object
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
24 </help>
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
25 </tool>