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

nextflow.config

parent b6c22230
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ profiles {
pollux {
singularity.enabled = true
singularity.cacheDir = "./bin/"
singularity.runOptions = "-C --bind $PWD,/data,/scratch,/scratch2"
singularity.runOptions = "--bind /data,/scratch,/scratch2"
process {
executor = "slurm"
errorStrategy = 'finish'
......
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