7
|
1 <tool id="GEO" name="getGEO" version="1.16.2">
|
|
2 <requirements>
|
|
3 <requirement type="package" version="3.2.1">R</requirement>
|
|
4 </requirements>
|
|
5 <stdio>
|
|
6 <exit_code range="1:" />
|
|
7 </stdio>
|
|
8 <command> Rscript $__tool_directory__/getGEO.R "$GSMTable" "$protocol" "$platform" "$Data_Table"</command>
|
|
9 <inputs>
|
|
10 <param optional="false" format="csv" name="GSMTable" type="data" value="" help="GEO table of data." label="[required] GSMTable">
|
|
11 <validator type="empty_field" message="This field is required."/>
|
|
12 </param>
|
|
13 </inputs>
|
|
14 <outputs>
|
9
|
15 <data format="txt" name="protocol" label="protocol.txt"/>
|
|
16 <data format="txt" name="platform" label="platform.txt"/>
|
|
17 <data format="txt" name="Data_Table" label="Data_Table.txt"/>
|
7
|
18 </outputs>
|
|
19 <tests>
|
|
20 <test>
|
|
21 <param name="test">
|
|
22 <element name="test-data">
|
|
23 <collection type="data">
|
|
24 <element name="GSMTable" value="test-data/input.csv" />
|
|
25 </collection>
|
|
26 </element>
|
|
27 </param>
|
9
|
28 <output format="txt" name="protocol" label="test-data/protocol.txt"/>
|
|
29 <output format="txt" name="platform" label="test-data/platform.txt"/>
|
|
30 <output format="txt" name="Data_Table" label="test-data/Data_Table.txt"/>
|
7
|
31 </test>
|
|
32 </tests>
|
|
33 <help>
|
|
34 **Description**
|
|
35 </help>
|
|
36 <citations>
|
|
37 GEO
|
|
38 </citations>
|
|
39 </tool>
|