diff genomeInformation.xml @ 35:fa736576c7ed draft

planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author jjkoehorst
date Mon, 04 Jul 2016 10:37:59 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genomeInformation.xml	Mon Jul 04 10:37:59 2016 -0400
@@ -0,0 +1,16 @@
+<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/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>
\ No newline at end of file