Mercurial > repos > jjkoehorst > sapp
view loader.xml @ 36:2201c5d61f16 draft default tip
planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author | jjkoehorst |
---|---|
date | Mon, 04 Jul 2016 10:53:52 -0400 |
parents | fa736576c7ed |
children |
line wrap: on
line source
<tool id="DLoader" name="RDF remote Loader" version="0.1"> <description/> <requirements> <container type="docker">jjkoehorst/sappdocker:LOADER</container> </requirements> <command interpreter="docker">java -jar /loader/Loader-0.0.1-SNAPSHOT-jar-with-dependencies.jar -input '$input' -endpoint "$endpoint" -format "application/x-turtle"</command> <inputs> <param format="ttl" label="Annotated RDF file" multiple="true" name="input" type="data"/> <param label="SPARQL endpoint" name="endpoint" optional="false" type="text"/> </inputs> <outputs> <data format="xml" label="Loader: $endpoint" name="output"/> </outputs> <help>RDF Loader into a remote SPARQL end point </help> </tool>