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

nextflow.config: add bind option for the psmn

parent d7b53648
Branches master
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@ profiles {
psmn {
charliecloud.enabled = true
charliecloud.cacheDir = "/Xnfs/abc/charliecloud"
charliecloud.runOptions = "--bind /scratch:/scratch --bind /Xnfs:/Xnfs --bind /home:/home"
charliecloud.readOnlyInputs = true
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