Mercurial > repos > mikel-egana-aranguren > sadi_generic
view sadi_generic.xml @ 1:bb17b69a74c5 draft
RDF syntax converter added
author | Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Thu, 05 Dec 2013 11:45:24 +0100 |
parents | 930ab9823773 |
children |
line wrap: on
line source
<tool id="sadi_generic" name="SADI services generic caller" version="0.0.1"> <description>Send any input RDF to any SADI service</description> <!-- for debugging remove 2>/dev/null --> <command>java -Xmx2000M -Xms250M -jar ${__tool_data_path__}/shared/jars/sadi_generic_client.jar $url $input > $output 2>/dev/null</command> <inputs> <param name="url" type="text" size="200" value="" label="Service URL"/> <param name="input" type="data" label="RDF input for SADI service"/> </inputs> <outputs> <data format="text" name="output" /> </outputs> <help> **What it does** 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. **About** More information and contact: http://github.com/mikel-egana-aranguren/SADI-Galaxy </help> </tool>