0
|
1 <tool id="GEOQuery" name="GEOQuery">
|
|
2 <description>GEOQuery wrapper</description>
|
|
3 <requirements>
|
|
4 <container type="docker">sblanck/testtool:latest</container>
|
|
5 </requirements>
|
|
6 <command>
|
|
7 /galaxy-tools/stderr_wrapper.py Rscript /galaxy-tools/transcriptomics/GEOquery/GEOQuery.R $GEOQueryID $GEOQueryData $GEOQueryRData $conditions
|
|
8 </command>
|
|
9
|
|
10 <inputs>
|
|
11 <param name="GEOQueryID" type="text" size="12" optional="false" label="GEOQuery ID" help="">
|
|
12 <validator type="empty_field"/>
|
|
13 </param>
|
|
14
|
|
15 </inputs>
|
|
16
|
|
17 <outputs>
|
|
18 <data format="tabular" name="GEOQueryData" label="GEOQuery Data of ${GEOQueryID}"/>
|
|
19 <data format="cond" name="conditions" label="conditions of ${GEOQueryID}"/>
|
|
20 <data format="rdata" name="GEOQueryRData" label="GEOQuery RData of ${GEOQueryID}"/>
|
|
21 </outputs>
|
|
22
|
|
23 <help>
|
|
24
|
|
25 </help>
|
|
26
|
|
27 </tool>
|