mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
ci: Add singularity tmp dir
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
42b8962320
commit
67deb0d47a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ if("$PROFILE" == "docker") {
|
|||
} else if ("$PROFILE" == "singularity") {
|
||||
singularity.enabled = true
|
||||
singularity.autoMounts = true
|
||||
singularity.runOptions = '-B /tmp/'
|
||||
} else if ("$PROFILE" == "conda") {
|
||||
params.enable_conda = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue