From 7b32bdf6d03a17fa699f440b8039f16b54ccc5a2 Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Thu, 14 Mar 2024 12:56:54 +0100 Subject: [PATCH 1/4] test the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6fb3aad8..d5b55293 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # ![nf-validation](docs/images/nf-validation.svg) +[!IMPORTANT] +**`nf-validation` has now been deprecated and won't be updated anymore.** + +**Please update your pipelines to use [`nf-schema`](https://github.com/nextflow-io/nf-schema) instead.** + +This change was necessary to prevent older versions of `nf-core` pipelines from breaking when updating to the latest version of `nf-validation`. Some older and current versions of the pipelines did not pin the version of nf-validation, which caused the pipelines to break when the latest version of nf-validation was released. This change will prevent this from happening in the future. **Please pin the version of `nf-schema` in your pipeline's `nextflow.config` file.** + ## 📚 Docs 👉🏻 **A Nextflow plugin to work with validation of pipeline parameters and sample sheets.** From ad8f7cc0466f4d5667b6f53fb4a158f67985fd9e Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Thu, 14 Mar 2024 12:58:14 +0100 Subject: [PATCH 2/4] try to fix the text block --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d5b55293..3164671b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # ![nf-validation](docs/images/nf-validation.svg) -[!IMPORTANT] -**`nf-validation` has now been deprecated and won't be updated anymore.** - -**Please update your pipelines to use [`nf-schema`](https://github.com/nextflow-io/nf-schema) instead.** - -This change was necessary to prevent older versions of `nf-core` pipelines from breaking when updating to the latest version of `nf-validation`. Some older and current versions of the pipelines did not pin the version of nf-validation, which caused the pipelines to break when the latest version of nf-validation was released. This change will prevent this from happening in the future. **Please pin the version of `nf-schema` in your pipeline's `nextflow.config` file.** +> [!IMPORTANT] +> **`nf-validation` has now been deprecated and won't be updated anymore.** +> +> **Please update your pipelines to use [`nf-schema`](https://github.com/nextflow-io/nf-schema) instead.** +> +> This change was necessary to prevent older versions of `nf-core` pipelines from breaking when updating to the latest version of `nf-validation`. Some older and current versions of the pipelines did not pin the version of nf-validation, which caused the pipelines to break when the latest version of nf-validation was released. This change will prevent this from happening in the future. **Please pin the version of `nf-schema` in your pipeline's `nextflow.config` file.** ## 📚 Docs 👉🏻 From 3e63ac50af69296fc683d2d9faec074e0626fceb Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Thu, 14 Mar 2024 13:11:34 +0100 Subject: [PATCH 3/4] prettier --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3164671b..3d8b00d3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # ![nf-validation](docs/images/nf-validation.svg) -> [!IMPORTANT] -> **`nf-validation` has now been deprecated and won't be updated anymore.** +> [!IMPORTANT] **`nf-validation` has now been deprecated and won't be updated anymore.** > > **Please update your pipelines to use [`nf-schema`](https://github.com/nextflow-io/nf-schema) instead.** -> +> > This change was necessary to prevent older versions of `nf-core` pipelines from breaking when updating to the latest version of `nf-validation`. Some older and current versions of the pipelines did not pin the version of nf-validation, which caused the pipelines to break when the latest version of nf-validation was released. This change will prevent this from happening in the future. **Please pin the version of `nf-schema` in your pipeline's `nextflow.config` file.** ## 📚 Docs 👉🏻 From be217ca5447f5eacc72a10c8a0636264320e28cb Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Wed, 3 Apr 2024 09:44:24 +0200 Subject: [PATCH 4/4] disable docs building --- .github/{workflows => disabled_workflows}/build-docs.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => disabled_workflows}/build-docs.yml (100%) diff --git a/.github/workflows/build-docs.yml b/.github/disabled_workflows/build-docs.yml similarity index 100% rename from .github/workflows/build-docs.yml rename to .github/disabled_workflows/build-docs.yml