Skip to content

Commit

Permalink
editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Feb 1, 2024
1 parent ccce756 commit 9f45743
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ params {
}

process {
cpus = 2
memory = 6.GB
time = 48.h
cpus = 2
memory = 6.GB
time = 48.h
}

if ("$PROFILE" == "singularity") {
Expand All @@ -31,5 +31,5 @@ if ("$PROFILE" == "singularity") {
includeConfig '../../conf/modules.config'

manifest {
nextflowVersion = '!>=21.10.3'
nextflowVersion = '!>=21.10.3'
}

0 comments on commit 9f45743

Please sign in to comment.