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
I tried running this today. I updated nextlfow (nextflow self-update) and ran this locally and got:
WARN: Nextflow version 22.04.5 does not match workflow required version: 21.1+ -- Execution will continue, but things may break!
This workflow requires Nextflow version 21.0 or greater -- You are running version 22.04.5
I saw after that you suggest using 21.1. But currently, message says 21.0 or greater, so I simply updated without checking the github or readme. Message should be "but not higher than"., or add a check;
if( !nextflow.version.matches('22.0+') ) {
error "This workflow requires Nextflow version 21.*. -- You are running nextflow.version. Suggestion: Use
>>> NXF_VER=21.10.6 nextflow run dmriqc_flow/main.nf [...] "
}
The text was updated successfully, but these errors were encountered:
I tried running this today. I updated nextlfow (
nextflow self-update
) and ran this locally and got:I saw after that you suggest using 21.1. But currently, message says 21.0 or greater, so I simply updated without checking the github or readme. Message should be "but not higher than"., or add a check;
The text was updated successfully, but these errors were encountered: