Mercurial > repos > bgruening > text_processing
comparison cat.xml @ 16:ddf54b12c295 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit ded469a802a0496c9a6a2daee7b9505bd8698802-dirty"
author | bgruening |
---|---|
date | Tue, 06 Oct 2020 09:47:04 +0000 |
parents | 60edf2f8c28f |
children | f46f0e4f75c4 |
comparison
equal
deleted
inserted
replaced
15:9ff72e942410 | 16:ddf54b12c295 |
---|---|
17 #echo ' '.join(['"%s"' % $file for $file in $q.inputs2])# | 17 #echo ' '.join(['"%s"' % $file for $file in $q.inputs2])# |
18 #end for | 18 #end for |
19 > $out_file1 | 19 > $out_file1 |
20 ]]></command> | 20 ]]></command> |
21 <inputs> | 21 <inputs> |
22 <param name="inputs" multiple="true" type="data" format="txt" label="Datasets to concatenate"/> | 22 <param name="inputs" multiple="true" type="data" format="txt,fastq.gz,fasta.gz,genbank.gz,tabular.gz" label="Datasets to concatenate"/> |
23 <repeat name="queries" title="Dataset"> | 23 <repeat name="queries" title="Dataset"> |
24 <param name="inputs2" type="data" format="txt" multiple="True" label="Select" /> | 24 <param name="inputs2" type="data" format="txt,fastq.gz,fasta.gz,genbank.gz,tabular.gz" multiple="True" label="Select" /> |
25 </repeat> | 25 </repeat> |
26 </inputs> | 26 </inputs> |
27 <outputs> | 27 <outputs> |
28 <data name="out_file1" format_source="inputs" metadata_source="inputs"/> | 28 <data name="out_file1" format_source="inputs" metadata_source="inputs"/> |
29 </outputs> | 29 </outputs> |