Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Oct 17, 2022
1 parent d9108b4 commit 21c2bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2'
version = '0.1.3'
}

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

0 comments on commit 21c2bd0

Please sign in to comment.