Mercurial > repos > jjkoehorst > sapp
comparison sappDocker/genomeInformation.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="DInfo" name="Information overview" version="1.0.0"> | |
2 <description>Information overview</description> | |
3 <requirements> | |
4 <container type="docker">jjkoehorst/sappdocker:GENOMEINFORMATION</container> | |
5 </requirements> | |
6 <command interpreter="docker">java -jar /genomeinformation/target/GenomeInformation-0.0.1-SNAPSHOT-jar-with-dependencies.jar -input $input -output '$output' -format 'TURTLE' | |
7 </command> | |
8 <inputs> | |
9 <param format="ttl" label="Genome Database with Interpro" multiple="True" name="input" type="data"/> | |
10 </inputs> | |
11 <outputs> | |
12 <data format="text" label="information.text" name="output"/> | |
13 </outputs> | |
14 <help>Genome(s) information overview | |
15 </help> | |
16 </tool> |