changeset 1:7bf7f2ae13f9 default tip

commit
author ryotas <yamanaka@genome.rcast.u-tokyo.ac.jp>
date Sun, 14 Feb 2016 18:11:54 +0900
parents 88fb39c1abcc
children
files hellogalaxy_docker.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hellogalaxy_docker.xml	Sun Feb 14 18:11:54 2016 +0900
@@ -0,0 +1,17 @@
+<tool id="hellogalaxy_docker" name="Hello Galaxy" version="0.0.1">
+  <description>for Testing (Docker)</description>
+  <requirements>
+    <container type="docker">ryotas/hellogalaxy</container>
+  </requirements>
+  <command interpreter="sh">
+    hellogalaxy.sh $num > $outfile
+  </command>
+  <inputs>
+    <param name="num" type="integer" value="10" label="How many times?" />
+  </inputs>
+  <outputs>
+    <data format="tabular" name="outfile" label="${tool.name} on ${on_string}" />
+  </outputs>
+  <help>
+  </help>
+</tool>