bacass icon indicating copy to clipboard operation
bacass copied to clipboard

Migration from nf-validation to nf-schema

Open Daniel-VM opened this issue 1 year ago • 0 comments

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]' }

Daniel-VM avatar Jun 13 '24 08:06 Daniel-VM