Skip to content

Commit

Permalink
Merge pull request #42 from matrulda/develop-1098_fix_seqreports_memo…
Browse files Browse the repository at this point in the history
…ry_problem

Update max memory in snpseq profile
  • Loading branch information
b97pla authored Jun 7, 2021
2 parents 02791ac + 3c5ff1c commit 2cbbeba
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 @@ -5,7 +5,7 @@ manifest {
description = 'A Nextflow run folder QC pipeline for SciLifeLab SNP&SEQ platform'
mainScript = 'main.nf'
nextflowVersion = '!>=20.01.0'
version = '1.0.1'
version = '1.0.2'
}

profiles {
Expand Down Expand Up @@ -44,7 +44,7 @@ profiles {
executor {
name = 'local'
cpus = 8
memory = '32G'
memory = '47G'
}
process {
shell = ['/bin/bash', '-euo', 'pipefail']
Expand Down

0 comments on commit 2cbbeba

Please sign in to comment.