Skip to content

Commit 2cbbeba

Browse files
authored
Merge pull request #42 from matrulda/develop-1098_fix_seqreports_memory_problem
Update max memory in snpseq profile
2 parents 02791ac + 3c5ff1c commit 2cbbeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manifest {
55
description = 'A Nextflow run folder QC pipeline for SciLifeLab SNP&SEQ platform'
66
mainScript = 'main.nf'
77
nextflowVersion = '!>=20.01.0'
8-
version = '1.0.1'
8+
version = '1.0.2'
99
}
1010

1111
profiles {
@@ -44,7 +44,7 @@ profiles {
4444
executor {
4545
name = 'local'
4646
cpus = 8
47-
memory = '32G'
47+
memory = '47G'
4848
}
4949
process {
5050
shell = ['/bin/bash', '-euo', 'pipefail']

0 commit comments

Comments
 (0)