comparison annotation.xml @ 35:fa736576c7ed draft

planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author jjkoehorst
date Mon, 04 Jul 2016 10:37:59 -0400
parents
children
comparison
equal deleted inserted replaced
34:f2cbf1230026 35:fa736576c7ed
1 <tool id="DAnnotation" name="Protein annotation" version="0.1">
2 <description>SAPP - Protein annotation module</description>
3 <requirements>
4 <container type="docker">jjkoehorst/sappdocker:PROTEINANNOTATION</container>
5 </requirements>
6 <command interpreter="docker">java -jar /proteinannotation/proteinAnnotation-0.0.1-SNAPSHOT-jar-with-dependencies.jar '-input' '$input' '-output' '$output' -format TURTLE</command>
7 <inputs>
8 <param format="ttl" label="genome ttl file" name="input" type="data"/>
9 </inputs>
10 <outputs>
11 <data format="ttl" label="Annotation: ${input.name}" name="output"/>
12 </outputs>
13 </tool>