Skip to content

Commit

Permalink
FastK has got a -M option to control the memory usage (#3742)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
  • Loading branch information
muffato and adamrtalbot authored Aug 15, 2023
1 parent b1e9314 commit 29e87a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nf-core/fastk/fastk/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ process FASTK_FASTK {
FastK \\
$args \\
-T$task.cpus \\
-M${task.memory.toGiga()} \\
-N${prefix}_fk \\
$reads
Expand Down

0 comments on commit 29e87a3

Please sign in to comment.