Skip to content

Commit

Permalink
minor update to configs for local & batch
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Sep 10, 2024
1 parent 76e1d69 commit 5c5d0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions config/profile_batch.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ docker.enabled = true
wave.enabled = true
fusion.enabled = true


aws {
batch{
maxTransferAttempts = 3
Expand All @@ -14,10 +13,8 @@ aws {
region = 'us-east-2'
}


process {
executor = 'awsbatch'
scratch = false
resourceLimits = [ cpus: 64, memory: 512.GB ]
queue = 'openscpca-nf-batch-default-queue'
// switch to the priority queue for known long running tasks if failing
Expand Down
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ profiles {
resourceLimits = [ cpus: 4, memory: 16.GB ]
}
docker.enabled = true
docker.userEmulation = true
docker.runOptions = '--platform linux/amd64'
wave.enabled = true
}
prod {
params {
Expand Down

0 comments on commit 5c5d0af

Please sign in to comment.