Mercurial > repos > jjkoehorst > sapp
view sappDocker/genomeInformation.xml @ 32:7b519ee3ea3b draft
Deleted selected files
author | jjkoehorst |
---|---|
date | Wed, 29 Jun 2016 01:37:28 -0400 |
parents | 957156367442 |
children |
line wrap: on
line source
<tool id="DInfo" name="Information overview" version="1.0.0"> <description>Information overview</description> <requirements> <container type="docker">jjkoehorst/sappdocker:GENOMEINFORMATION</container> </requirements> <command interpreter="docker">java -jar /genomeinformation/target/GenomeInformation-0.0.1-SNAPSHOT-jar-with-dependencies.jar -input $input -output '$output' -format 'TURTLE' </command> <inputs> <param format="ttl" label="Genome Database with Interpro" multiple="True" name="input" type="data"/> </inputs> <outputs> <data format="text" label="information.text" name="output"/> </outputs> <help>Genome(s) information overview </help> </tool>