1
0
Fork 0
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:
James Fellows Yates 2022-11-22 13:39:21 +01:00
parent 06659af777
commit a383c9ae40

View file

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