annotate getGEO/getGEO.xml @ 10:cbc8174bd361 draft

Uploaded
author testtool
date Mon, 20 Mar 2017 06:54:27 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
1 <tool id="GEO" name="getGEO" version="1.16.2">
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
2 <requirements>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
3 <requirement type="package" version="3.2.1">R</requirement>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
4 </requirements>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
5 <stdio>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
6 <exit_code range="1:" />
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
7 </stdio>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
8 <command> Rscript $__tool_directory__/getGEO.R "$GSMTable" "$protocol" "$platform" "$Data_Table"</command>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
9 <inputs>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
10 <param optional="false" format="csv" name="GSMTable" type="data" value="" help="GEO table of data." label="[required] GSMTable">
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
11 <validator type="empty_field" message="This field is required."/>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
12 </param>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
13 </inputs>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
14 <outputs>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
15 <data format="txt" name="protocol" label="protocol.txt"/>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
16 <data format="txt" name="platform" label="platform.txt"/>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
17 <data format="txt" name="Data_Table" label="Data_Table.txt"/>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
18 </outputs>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
19 <tests>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
20 <test>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
21 <param name="test">
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
22 <element name="test-data">
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
23 <collection type="data">
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
24 <element name="GSMTable" value="test-data/input.csv" />
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
25 </collection>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
26 </element>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
27 </param>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
28 <output format="txt" name="protocol" label="test-data/protocol.txt"/>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
29 <output format="txt" name="platform" label="test-data/platform.txt"/>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
30 <output format="txt" name="Data_Table" label="test-data/Data_Table.txt"/>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
31 </test>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
32 </tests>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
33 <help>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
34 **Description**
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
35 </help>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
36 <citations>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
37 GEO
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
38 </citations>
cbc8174bd361 Uploaded
testtool
parents:
diff changeset
39 </tool>