Mercurial > repos > jjkoehorst > sapp
comparison sappDocker/swisscog.xml @ 31:957156367442 draft
Uploaded
author | jjkoehorst |
---|---|
date | Wed, 29 Jun 2016 01:36:58 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
30:0a947cb25a3d | 31:957156367442 |
---|---|
1 <tool id="DSwissCog" name="Swissprot COG annotation" version="1.0.0"> | |
2 <description/> | |
3 <requirements> | |
4 <container type="docker">jjkoehorst/sappdocker:SWISSCOG</container> | |
5 </requirements> | |
6 <command interpreter="docker">java -jar /swisscog/target/SwissCog-0.0.1-SNAPSHOT-jar-with-dependencies.jar | |
7 -input $input -output $output -format TURTLE | |
8 </command> | |
9 <inputs> | |
10 <param format="ttl" label="genome ttl with orf prediction" name="input" type="data"/> | |
11 </inputs> | |
12 <outputs> | |
13 <data format="ttl" label="SWISSCOG: ${input.name}" name="output"/> | |
14 </outputs> | |
15 <help/> | |
16 <citations/> | |
17 </tool> |