changeset 8:7e70e7a0f4bb draft

Deleted selected files
author triasteran
date Tue, 08 Mar 2022 11:42:53 +0000
parents 2a8b693c33d9
children 81f36745bc9d
files tmp2/docker_test.xml
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/tmp2/docker_test.xml	Tue Mar 08 11:39:35 2022 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-<tool id="catdc" name="Concatenate datasets (in docker)" version="2.12">
-    <description>tail-to-head</description>
-    <requirements>
-      <container type="docker">triasteran/bowite0127:latest</container>
-    </requirements>
-    <command>
-      echo $input1
-      bowtie --version > $out_file1
-      python2 --version > $out_file1
-      bowtie-build --version $out_file1
-    </command>
-    <inputs>
-        <param name="input1" type="data" label="Concatenate Dataset"/>
-    </inputs>
-    <outputs>
-        <data name="out_file1" format="input"/>
-    </outputs>
-    <help>
-    </help>
-</tool>