bacass
bacass copied to clipboard
Migration from nf-validation to nf-schema
Description of feature
The nf-validation plugin will not receive any future updates. To ensure compatibility and receive future updates, please update your pipelines to use nf-schema instead.
Please pin the version of nf-schema in your pipeline's nextflow.config file:
plugins { id '[email protected]' }