Check for minimum NF version (#278)

This commit is contained in:
Harshil Patel 2021-03-18 11:00:32 +00:00 committed by GitHub
parent a90332906b
commit d1cb9a845f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,3 +20,7 @@ if ("$PROFILE" == "singularity") {
docker.enabled = true
docker.runOptions = '-u \$(id -u):\$(id -g)'
}
manifest {
nextflowVersion = '!>=20.11.0-edge'
}