Skip to content

Commit

Permalink
Allocate more memory for kraken2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Oct 12, 2022
1 parent fb619d2 commit e0b1788
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 @@ -24,7 +24,8 @@ profiles {

process {
withName: kraken2 {
cpus = 8
cpus = 8
memory = '64 GB'
}
}

Expand Down

0 comments on commit e0b1788

Please sign in to comment.