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

src/nextflow.config: update psmn profile

parent 123e0076
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,9 @@ profiles {
}
psmn {
charliecloud.enabled = true
charliecloud.cacheDir = "/Xnfs/abc/charliecloud"
charliecloud.runOptions = "--bind /scratch:/scratch --bind /Xnfs:/Xnfs"
cacheDir = "/Xnfs/abc/charliecloud"
runOptions = "--bind /scratch:/scratch --bind /Xnfs:/Xnfs --bind /home:/home"
readOnlyInputs = true
process{
errorStrategy = { sleep(Math.pow(2, task.attempt) * 200 as long); return 'retry' }
maxRetries = 3
......
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