Skip to content

Commit

Permalink
Add memory directive for kraken2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Sep 26, 2022
1 parent e1709c9 commit 71cd121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest {
description = 'Taxon Abundance'
mainScript = 'main.nf'
nextflowVersion = '>=20.01.0'
version = '0.1.0'
version = '0.1.1'
}

params {
Expand Down Expand Up @@ -58,5 +58,6 @@ profiles {
process {
withName: kraken2 {
cpus = 8
memory = 56 GB
}
}

0 comments on commit 71cd121

Please sign in to comment.