From 0b0bbd51f2d138d375c475383529a71949b55962 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Thu, 4 Jul 2024 14:08:15 +0200 Subject: [PATCH] add a warning about nf-core --- docs/migration_guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/migration_guide.md b/docs/migration_guide.md index f33f102..836865f 100644 --- a/docs/migration_guide.md +++ b/docs/migration_guide.md @@ -7,6 +7,14 @@ hide: # Migration guide +!!! warning + + `nf-schema` currently is not supported by the nf-core tooling. Using this plugin will break the linting and schema builder. See these issues for the progress on the nf-core migration to nf-schema: + + 1. [https://github.com/nf-core/tools/issues/2932](https://github.com/nf-core/tools/issues/2932) + 2. [https://github.com/nf-core/tools/issues/2784](https://github.com/nf-core/tools/issues/2784) + 3. [https://github.com/nf-core/tools/issues/2429](https://github.com/nf-core/tools/issues/2429) + This guide is intended to help you migrate your pipeline from [nf-validation](https://github.com/nextflow-io/nf-validation) to nf-schema. ## Major changes in the plugin