diff tools/SADI-Docker/SADI-Docker-mergeRDFgraphs.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-mergeRDFgraphs.xml	Fri Sep 04 23:24:45 2015 +0200
@@ -0,0 +1,36 @@
+<tool id="SADI-Docker-mergeRDFgraphs" name="SADI - Merge RDF Graphs" version="0.1">
+  <description>Merge RDF graphs</description>
+  	<requirements>
+	  <container type="docker">mikeleganaaranguren/sadi:v6</container>
+	</requirements>
+  <command>
+      python /sadi/MergeRDFGraphs.py
+      #for $i in $input_files
+        ${i.input_file}
+      #end for
+      > $output_file
+  </command>
+  <inputs>
+    <repeat name="input_files" title="Input RDF file">
+      <param name="input_file" type="data" format="rdf" label="RDF file"/>
+    </repeat>
+  </inputs>
+  <outputs>
+    <data name="output_file" format="rdf"/>
+  </outputs>
+  <help>
+    
+**What it does**
+
+Merge RDF graphs from history.
+
+**Output Format**
+
+Output RDF format is RDF/XML by default.
+
+**About**
+	  
+More information and contact: http://github.com/mikel-egana-aranguren/SADI-Docker-Galaxy.
+
+  </help>
+</tool>