Mercurial > repos > mikel-egana-aranguren > sadi_generic
diff sadi_generic.xml @ 2:977c838e3442 draft default tip
New dir structure, README improved, tests added and RDF merge tool created
author | mikel-egana-aranguren <mikel.egana.aranguren@gmail.com> |
---|---|
date | Fri, 25 Apr 2014 14:41:12 +0200 |
parents | bb17b69a74c5 |
children |
line wrap: on
line diff
--- a/sadi_generic.xml Thu Dec 05 11:45:24 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -<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> \ No newline at end of file