Mercurial > repos > sblanck > geoquery
comparison GEOQuery.xml @ 0:64bb2981d07b draft default tip
Imported from capsule None
| author | sblanck |
|---|---|
| date | Thu, 21 Jan 2016 11:01:57 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:64bb2981d07b |
|---|---|
| 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 /GEOquery/stderr_wrapper.py Rscript /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="txt" 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> |
