view 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
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>