Mercurial > repos > jjkoehorst > sapp
annotate sappDocker/phylogeny.xml @ 31:957156367442 draft
Uploaded
author | jjkoehorst |
---|---|
date | Wed, 29 Jun 2016 01:36:58 -0400 |
parents | |
children |
rev | line source |
---|---|
31 | 1 <tool id="DPhylogeny" name="Phylogeny analysis" version="0.1"> |
2 <description/> | |
3 <requirements> | |
4 <container type="docker">jjkoehorst/sappdocker:PHYLOGENY</container> | |
5 </requirements> | |
6 <command interpreter="java -jar">/phylogeny/target/phylogeny-0.0.1-SNAPSHOT-jar-with-dependencies.jar | |
7 -input $input -output $output -format TURTLE</command> | |
8 <inputs> | |
9 <param format="ttl" label="Annotated RDF file" multiple="true" name="input" type="data"/> | |
10 </inputs> | |
11 <outputs> | |
12 <data format="newick" label="Phylogeny" name="output"/> | |
13 </outputs> | |
14 <help>Phylogeny analysis based on protein signatures | |
15 </help> | |
16 </tool> |