Skip to content
Snippets Groups Projects
Commit 9b7797ad authored by Xavier Grand's avatar Xavier Grand
Browse files

bind /scratch to pollux profile in nextflow.config

parent 901b1a9d
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ profiles {
pollux {
singularity.enabled = true
singularity.cacheDir = "./bin/"
singularity.runOptions = "--bind /data,/home"
singularity.runOptions = "--bind /data,/home,/scratch"
process {
errorStrategy = 'finish'
memory = '256GB'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment