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

nextflow.config: update singlularity profile

parent d51d04c3
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,9 @@ profiles { ...@@ -49,8 +49,9 @@ profiles {
singularity { singularity {
singularity.enabled = true singularity.enabled = true
singularity.cacheDir = "./bin/" singularity.cacheDir = "./bin/"
singularity.runOptions = "--bind /media:/media"
process { process {
errorStrategy = 'finish' // errorStrategy = 'retry'
memory = '16GB' memory = '16GB'
withLabel: big_mem_mono_cpus { withLabel: big_mem_mono_cpus {
cpus = 1 cpus = 1
......
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