comparison sadi_generic.xml @ 0:930ab9823773 draft

First release
author Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
date Wed, 04 Dec 2013 09:01:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:930ab9823773
1 <tool id="sadi_generic" name="SADI services generic caller" version="0.0.1">
2 <description>Send any input RDF to any SADI service</description>
3
4 <!-- for debugging remove 2>/dev/null -->
5
6 <command>java -Xmx2000M -Xms250M -jar ${__tool_data_path__}/shared/jars/sadi_generic_client.jar $url $input > $output 2>/dev/null</command>
7
8 <inputs>
9 <param name="url" type="text" size="200" value="" label="Service URL"/>
10 <param name="input" type="data" label="RDF input for SADI service"/>
11 </inputs>
12 <outputs>
13 <data format="text" name="output" />
14 </outputs>
15 <help>
16
17 **What it does**
18
19 Given an RDF input and a SADI service URL, infers whether the RDF complies with the service's input OWL Class and if so executes it, obtaining an ouput RDF from the SADI service.
20
21 **About**
22
23 More information and contact: http://github.com/mikel-egana-aranguren/SADI-Galaxy
24
25 </help>
26 </tool>