annotate getGEO/getGEO.xml @ 20:32aee52e7f61 draft

Uploaded
author testtool
date Mon, 06 Feb 2017 06:28:57 -0500
parents f1a3a417a145
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
1 <tool id="GEO" name="getGEO" version="1.16.2">
17
3d473c9671db Uploaded
testtool
parents: 16
diff changeset
2 <?xml version='1.0' encoding='utf-8'?>
18
f1a3a417a145 Uploaded
testtool
parents: 17
diff changeset
3 <requirements>
20
32aee52e7f61 Uploaded
testtool
parents: 18
diff changeset
4 <tool_dependency>
32aee52e7f61 Uploaded
testtool
parents: 18
diff changeset
5 <package name="R" version="3.2.1">
32aee52e7f61 Uploaded
testtool
parents: 18
diff changeset
6 <repository changeset_revision="d0bf97420fb5" name="package_r_3_2_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
32aee52e7f61 Uploaded
testtool
parents: 18
diff changeset
7 </package>
32aee52e7f61 Uploaded
testtool
parents: 18
diff changeset
8 </tool_dependency>
18
f1a3a417a145 Uploaded
testtool
parents: 17
diff changeset
9 </requirements>
11
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
10 <stdio>
16
73cd17bea9c4 Uploaded
testtool
parents: 15
diff changeset
11 <exit_code range="1:" />
11
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
12 </stdio>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
13 <command> Rscript $__tool_directory__/getGEO.R "$GSMTable" "$MetaTable" "$IlmnTable" "$gmTable"</command>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
14 <inputs>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
15 <param optional="false" format="csv" name="GSMTable" type="data" value="" help="GEO table of data." label="[required] GSMTable">
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
16 <validator type="empty_field" message="This field is required."/>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
17 </param>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
18 </inputs>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
19 <outputs>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
20 <data format="csv" name="MetaTable" label="MetaData.csv"/>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
21 <data format="csv" name="IlmnTable" label="IlmnData.csv"/>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
22 <data format="csv" name="gmTable" label="gmSet.csv"/>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
23 </outputs>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
24 <tests>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
25 <test>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
26 <param name="test">
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
27 <element name="test-data">
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
28 <collection type="data">
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
29 <element name="GSMTable" value="test-data/input.csv" />
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
30 </collection>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
31 </element>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
32 </param>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
33 <output format="csv" name="MetaTable" label="test-data/MetaTable.csv"/>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
34 <output format="csv" name="IlmnTable" label="test-data/IlmnTable.csv"/>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
35 <output format="csv" name="gmTable" label="test-data/gmTable.csv"/>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
36 </test>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
37 </tests>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
38 <help>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
39 **Description**
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
40 </help>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
41 <citations>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
42 GEO
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
43 </citations>
2418fe6a0d12 Uploaded
testtool
parents:
diff changeset
44 </tool>