Skip to content

Commit

Permalink
Update kraken specs for dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Jan 17, 2025
1 parent 3f6c60d commit fdbdd64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/nextflow.dev.config
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ profiles {
params.useVirulenceDbs = []
params.useSerotypeDbs = []
params.targetSampleSize = null
params.krakenDb = "/fs1/resources/ref/micro/k2_standard_20240904"
}
}

Expand Down Expand Up @@ -247,7 +248,7 @@ process {
ext.when = { params.useHostile }
}
withName: kraken {
memory = '46.GB'
memory = '100.GB'
cpus = 16
container = "https://depot.galaxyproject.org/singularity/kraken2:2.1.2--pl5321h9f5acd7_3"
ext.args = "--gzip-compressed"
Expand Down

0 comments on commit fdbdd64

Please sign in to comment.