annotate getMETAdata/getMETAdata.xml @ 73:63f1a36323dc draft default tip

Uploaded
author testtool
date Tue, 15 Aug 2017 06:08:31 -0400
parents 81b5c08c21e1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
71
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
1 <tool id="META" name="getMETAdata" version="1.0.0">
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
2 <requirements>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
3 <requirement type="package" version="2.38.4">bioconductor-geoquery</requirement>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
4 </requirements>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
5 <stdio>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
6 <exit_code range="1:" />
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
7 </stdio>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
8 <command> Rscript $__tool_directory__/getMETAdata.R "$GSMTable" "$MetaTable" </command>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
9 <inputs>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
10 <param optional="false" format="txt" name="GSMTable" type="data" value="" help="GSM ID and phenotype table." label="[required] GSMTable">
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
11 <validator type="empty_field" message="This field is required."/>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
12 </param>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
13 </inputs>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
14 <outputs>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
15 <data format="txt" name="MetaTable" label="MetaData.txt"/>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
16 </outputs>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
17 <tests>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
18 <test>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
19 <param name="test">
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
20 <element name="test-data">
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
21 <collection type="data">
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
22 <element name="GSMTable" value="test-data/GSMTable.txt" />
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
23 </collection>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
24 </element>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
25 </param>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
26 <output format="txt" name="MetaTable" label="test-data/MetaTable.txt"/>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
27 </test>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
28 </tests>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
29 <help>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
30 **What it does**
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
31 This R-based tool downloads data from GEO using getGEO from the GEOquery package
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
32 **Input**
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
33 A table representing ID of GEO objects for download and parsing
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
34 **Output**
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
35 Get a metadata table from NCBI
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
36 </help>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
37 <citations>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
38 <citation type="doi">10.1093/bioinformatics/btm254</citation>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
39 </citations>
81b5c08c21e1 Uploaded
testtool
parents:
diff changeset
40 </tool>