Mercurial > repos > triasteran > catdc_docker_test
view tmp2/docker_test.xml @ 6:316a0be8dc9a draft
Uploaded
author | triasteran |
---|---|
date | Tue, 08 Mar 2022 11:35:06 +0000 |
parents | 3548e4ba820f |
children | 2a8b693c33d9 |
line wrap: on
line source
<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 "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 bowtie --version > $out_file1 python2 --version > $out_file1 bowtie-build --version $out_file1 </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>