Skip to content

Commit

Permalink
fix read variable in for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPippel committed Nov 1, 2024
1 parent 2273783 commit 80a4e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/meryl/count/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ process MERYL_COUNT {
threads=$task.cpus \\
memory=${task.memory.toGiga()} \\
$args \\
$reads \\
\$READ \\
output read.\${READ%.f*}.meryl
done
Expand Down

0 comments on commit 80a4e79

Please sign in to comment.