diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/SADI-Docker/SADI-Docker-sadi_client.xml	Fri Sep 04 23:24:45 2015 +0200
@@ -0,0 +1,30 @@
+<tool id="SADI-Docker-sadi_client" name="SADI client" version="0.1">
+	<description>Invoke a SADI service, given an input RDF, synchronously</description>
+	<requirements>
+	  <container type="docker">mikeleganaaranguren/sadi:v6</container>
+	</requirements>
+	
+	<command>java -jar /sadi/sadi_client.jar $url $input > $output 2>/dev/null</command>
+		
+	<inputs>
+		<param name="url" type="text" size="250" label="Service URL">
+		  <sanitizer sanitize="False"/><!-- Disable sanitizer for URLs with e.g. tilde character -->
+		</param>
+		<param name="input" type="data" format="rdf" label="RDF input for SADI service"/>	
+	</inputs>
+	<outputs>
+		<data format="rdf" name="output" />
+	</outputs>
+	
+	<help>
+	  
+	  **What it does**
+	  
+	  Given an RDF input and a SADI service URL, sends the input to the service obtaining an output, synchronously. 
+	  
+	  **About**
+	  
+	  More information and contact: http://github.com/mikel-egana-aranguren/SADI-Docker-Galaxy.
+	  
+	</help>
+</tool>
\ No newline at end of file