changeset 6:316a0be8dc9a draft

Uploaded
author triasteran
date Tue, 08 Mar 2022 11:35:06 +0000
parents 3548e4ba820f
children 2a8b693c33d9
files tmp2/docker_test.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tmp2/docker_test.xml	Tue Mar 08 11:28:05 2022 +0000
+++ b/tmp2/docker_test.xml	Tue Mar 08 11:35:06 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="catdc" name="Concatenate datasets (in docker)" version="2.11">
+<tool id="catdc" name="Concatenate datasets (in docker)" version="2.12">
     <description>tail-to-head</description>
     <requirements>
       <container type="docker">triasteran/bowite0127:latest</container>
@@ -11,9 +11,9 @@
       #end for
       &gt; $out_file1;
       echo "Work dir output" &gt; working_file
-      bowtie --version
-      python2 --version 
-      bowtie-build --version
+      bowtie --version > $out_file1
+      python2 --version > $out_file1
+      bowtie-build --version $out_file1
     </command>
     <inputs>
         <param name="input1" type="data" label="Concatenate Dataset"/>