Skip to content

Commit

Permalink
Update genomics config
Browse files Browse the repository at this point in the history
  • Loading branch information
iracooke committed Sep 27, 2024
1 parent eb894cd commit 326762e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions conf/genomics.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
params {
singularity.runOptions='--bind /fast/tmp:/tmp'
process.executor = 'local'
singularity.enabled = true
singularity.autoMounts = true
max_cpus=64
max_memory=600.GB
fb_chunksize=1000000
Expand All @@ -11,4 +7,12 @@ params {
process {
scratch = true
stageInMode = 'symlink'
executor = 'local'
}

singularity {

enabled = true
autoMounts = true
runOptions='--bind /fast/tmp:/tmp'
}

0 comments on commit 326762e

Please sign in to comment.