Skip to content
Snippets Groups Projects
Verified Commit a7b03ba6 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

nextflow.config: change singualrity cacheDir for profile psmn

parent bca33ec1
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ profiles {
}
psmn {
singularity.enabled = true
singularity.cacheDir = "$baseDir/.singularity_psmn/"
singularity.cacheDir = "/Xnfs/abc/singularity/"
singularity.runOptions = "--bind /Xnfs,/scratch"
process{
errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
......
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