Skip to content

Commit

Permalink
Specified memory for the wrong program
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrikarddaniel committed May 27, 2024
1 parent 3266378 commit 57a94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/megahit/interleaved.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ process MEGAHIT_INTERLEAVED {
$pair_ends \\
${single_ends} \\
-t $task.cpus \\
-m ${task.memory.toBytes()} \\
$args \\
--out-prefix $assembly
pigz \\
--no-name \\
-p $task.cpus \\
-m ${task.memory.toBytes()} \\
$args2 \\
megahit_out/*.fa \\
megahit_out/intermediate_contigs/*.fa
Expand Down

0 comments on commit 57a94d6

Please sign in to comment.