diff locustagger.xml @ 35:fa736576c7ed draft

planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author jjkoehorst
date Mon, 04 Jul 2016 10:37:59 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/locustagger.xml	Mon Jul 04 10:37:59 2016 -0400
@@ -0,0 +1,18 @@
+<tool id="DLocus" name="Locus tags inference from GBK import" version="0.1">
+	<description>Locus tagger inference from original annotation</description>
+	<requirements>
+		<container type="docker">jjkoehorst/sappdocker:LOCUSTAGGER</container>
+	</requirements>
+	<command interpreter="docker">java -jar /locustagger/LocusTagger-0.1-jar-with-dependencies.jar
+		'-input' '$input' -format 'TURTLE' -output '$output' -prefix '$prefix'</command>
+	<inputs>
+		<param format="ttl" label="RDF file" name="input" type="data"/>
+		<param format="text" label="PREFIX identifier" name="prefix" size="60" type="text"/>
+	</inputs>
+	<outputs>
+		<data format="ttl" label="LocusTagger: ${input.name}" name="output"/>
+	</outputs>
+	<help>Locus tag inference from original genbank/embl that was converted
+		to RDF
+	</help>
+</tool>
\ No newline at end of file