Mercurial > repos > triasteran > catdc_docker_test
changeset 1:3dfb556105bd draft
Deleted selected files
author | triasteran |
---|---|
date | Tue, 08 Mar 2022 10:59:10 +0000 |
parents | 9ece697b697c |
children | 2389c0a6e5f0 |
files | tmp/docker_test.xml |
diffstat | 1 files changed, 0 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
--- a/tmp/docker_test.xml Mon Mar 07 18:11:29 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -<tool id="catdc" name="Concatenate datasets (in docker)"> - <description>tail-to-head</description> - <requirements> - <container type="docker">busybox:ubuntu-12.04</container> - </requirements> - <command> - echo "Galaxy slots passed through contain as \$GALAXY_SLOTS"; - cat $input1 - #for $q in $queries - ${q.input2} - #end for - > $out_file1; - echo "Work dir output" > working_file - - </command> - <inputs> - <param name="input1" type="data" label="Concatenate Dataset"/> - <repeat name="queries" title="Dataset"> - <param name="input2" type="data" label="Select" /> - </repeat> - </inputs> - <outputs> - <data name="out_file1" format="input" metadata_source="input1"/> - <data name="out_file2" format="txt" from_work_dir="working_file" /> - </outputs> - <help> - </help> -</tool>