mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:13:10 +00:00
Not just in stub
This commit is contained in:
parent
e8de006ed6
commit
cacd7d3128
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ process KRAKENUNIQ_PRELOADEDKRAKENUNIQ {
|
|||
--preload $ram_chunk_size \\
|
||||
--threads $task.cpus
|
||||
|
||||
for fastq in ${fastqs.join(' ')}; do \\
|
||||
for fastq in "${fastqs.join('\" \"')}"; do \\
|
||||
PREFIX=\$(echo \$fastq)
|
||||
krakenuniq \\
|
||||
--db $db \\
|
||||
|
|
Loading…
Reference in a new issue