You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if( !nextflow.version.matches('0.22+') ) {
println "This workflow requires Nextflow version 0.22 or greater -- You are running version $nextflow.version"
exit 1
}
Describe the bug
Pipeline doesn't crash if minimum version not reached. Nextflow tries anyway and gives uncomprehnsiable error for a new user.
See here: https://www.nextflow.io/docs/latest/metadata.html#nextflow-metadata