1
0
Fork 0
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:
James Fellows Yates 2022-11-22 13:33:13 +01:00
parent e8de006ed6
commit cacd7d3128

View file

@ -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 \\