Mercurial > repos > jjkoehorst > sapp
view annotation.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="DAnnotation" name="Protein annotation" version="0.1"> <description>SAPP - Protein annotation module</description> <requirements> <container type="docker">jjkoehorst/sappdocker:PROTEINANNOTATION</container> </requirements> <command interpreter="docker">java -jar /proteinannotation/proteinAnnotation-0.0.1-SNAPSHOT-jar-with-dependencies.jar '-input' '$input' '-output' '$output' -format TURTLE</command> <inputs> <param format="ttl" label="genome ttl file" name="input" type="data"/> </inputs> <outputs> <data format="ttl" label="Annotation: ${input.name}" name="output"/> </outputs> </tool>