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

add gpus in singularity profile in nextflow.config

parent b00a05aa
No related branches found
Tags 1.0
No related merge requests found
......@@ -102,6 +102,9 @@ profiles {
cpus = 8
memory = '8GB'
}
withLabel: gpus {
maxForks = 1
containerOptions = '--nv'
}
}
pollux {
......
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