annotate getMETAdata/getMETAdata.xml @ 39:5447fc8946ed draft default tip

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