Mercurial > repos > mikel-egana-aranguren > sadi_docker
comparison tools/SADI-Docker/SADI-Docker-sadi_client.xml @ 0:54c48f9ca32b default tip
first release
author | Mikel Egana <mikel.egana.aranguren@gmail.com> |
---|---|
date | Fri, 04 Sep 2015 23:24:45 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:54c48f9ca32b |
---|---|
1 <tool id="SADI-Docker-sadi_client" name="SADI client" version="0.1"> | |
2 <description>Invoke a SADI service, given an input RDF, synchronously</description> | |
3 <requirements> | |
4 <container type="docker">mikeleganaaranguren/sadi:v6</container> | |
5 </requirements> | |
6 | |
7 <command>java -jar /sadi/sadi_client.jar $url $input > $output 2>/dev/null</command> | |
8 | |
9 <inputs> | |
10 <param name="url" type="text" size="250" label="Service URL"> | |
11 <sanitizer sanitize="False"/><!-- Disable sanitizer for URLs with e.g. tilde character --> | |
12 </param> | |
13 <param name="input" type="data" format="rdf" label="RDF input for SADI service"/> | |
14 </inputs> | |
15 <outputs> | |
16 <data format="rdf" name="output" /> | |
17 </outputs> | |
18 | |
19 <help> | |
20 | |
21 **What it does** | |
22 | |
23 Given an RDF input and a SADI service URL, sends the input to the service obtaining an output, synchronously. | |
24 | |
25 **About** | |
26 | |
27 More information and contact: http://github.com/mikel-egana-aranguren/SADI-Docker-Galaxy. | |
28 | |
29 </help> | |
30 </tool> |