mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Direct download Singularity containers
This commit is contained in:
parent
0c88ff7458
commit
fe3cb87f6d
1 changed files with 1 additions and 2 deletions
|
@ -2,13 +2,12 @@ params {
|
||||||
outdir = "output/"
|
outdir = "output/"
|
||||||
publish_dir_mode = "copy"
|
publish_dir_mode = "copy"
|
||||||
enable_conda = false
|
enable_conda = false
|
||||||
singularity_pull_docker_container = true
|
singularity_pull_docker_container = false
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("$PROFILE" == "singularity") {
|
if ("$PROFILE" == "singularity") {
|
||||||
singularity.enabled = true
|
singularity.enabled = true
|
||||||
singularity.autoMounts = true
|
singularity.autoMounts = true
|
||||||
singularity.runOptions = '-B /tmp/'
|
|
||||||
} else if ("$PROFILE" == "conda") {
|
} else if ("$PROFILE" == "conda") {
|
||||||
params.enable_conda = true
|
params.enable_conda = true
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue