Mercurial > repos > jjkoehorst > sapp
view locustagger.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="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>