Mercurial > repos > jjkoehorst > sapp
comparison genomeInformation.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="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/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> |