mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Check for minimum NF version (#278)
This commit is contained in:
parent
a90332906b
commit
d1cb9a845f
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,7 @@ if ("$PROFILE" == "singularity") {
|
||||||
docker.enabled = true
|
docker.enabled = true
|
||||||
docker.runOptions = '-u \$(id -u):\$(id -g)'
|
docker.runOptions = '-u \$(id -u):\$(id -g)'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
manifest {
|
||||||
|
nextflowVersion = '!>=20.11.0-edge'
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue