mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:43:08 +00:00
Remove the join
This commit is contained in:
parent
06659af777
commit
a383c9ae40
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ process KRAKENUNIQ_PRELOADEDKRAKENUNIQ {
|
|||
--preload $ram_chunk_size \\
|
||||
--threads $task.cpus
|
||||
|
||||
for fastq in "${fastqs.join('\" \"')}"; do \\
|
||||
# for fastq in "${fastqs.join('\" \"')}"; do \\
|
||||
for fastq in ${fastqs}; do \\
|
||||
PREFIX=\$(echo \$fastq)
|
||||
krakenuniq \\
|
||||
--db $db \\
|
||||
|
|
Loading…
Reference in a new issue