Mercurial > repos > mikel-egana-aranguren > sadi_docker
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:54c48f9ca32b |
---|---|
1 <tool id="SADI-Docker-mergeRDFgraphs" name="SADI - Merge RDF Graphs" version="0.1"> | |
2 <description>Merge RDF graphs</description> | |
3 <requirements> | |
4 <container type="docker">mikeleganaaranguren/sadi:v6</container> | |
5 </requirements> | |
6 <command> | |
7 python /sadi/MergeRDFGraphs.py | |
8 #for $i in $input_files | |
9 ${i.input_file} | |
10 #end for | |
11 > $output_file | |
12 </command> | |
13 <inputs> | |
14 <repeat name="input_files" title="Input RDF file"> | |
15 <param name="input_file" type="data" format="rdf" label="RDF file"/> | |
16 </repeat> | |
17 </inputs> | |
18 <outputs> | |
19 <data name="output_file" format="rdf"/> | |
20 </outputs> | |
21 <help> | |
22 | |
23 **What it does** | |
24 | |
25 Merge RDF graphs from history. | |
26 | |
27 **Output Format** | |
28 | |
29 Output RDF format is RDF/XML by default. | |
30 | |
31 **About** | |
32 | |
33 More information and contact: http://github.com/mikel-egana-aranguren/SADI-Docker-Galaxy. | |
34 | |
35 </help> | |
36 </tool> |