This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
forked from nextflow-io/nf-schema
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# ![nf-validation](docs/images/nf-validation.svg) | ||
|
||
**A Nextflow plugin to work with validation of pipeline parameters and sample sheets.** | ||
|
||
<!-- prettier-ignore --> | ||
> [!IMPORTANT] | ||
> **`nf-validation` has now been renamed to `nf-schema`. The `nf-validation` plugin will not receive any future updates.** | ||
> # `nf-validation` has now been renamed to `nf-schema`. | ||
> **The `nf-validation` plugin will not receive any future updates.** | ||
> **Please update your pipelines to use [`nf-schema`](https://github.com/nextflow-io/nf-schema) instead.** | ||
> | ||
> See <https://github.com/nextflow-io/nf-schema> for details. | ||
|
@@ -13,10 +16,6 @@ | |
> plugins { id '[email protected]' } | ||
> ``` | ||
## 📚 Docs 👉🏻 <https://nextflow-io.github.io/nf-validation> | ||
|
||
**A Nextflow plugin to work with validation of pipeline parameters and sample sheets.** | ||
|
||
## Introduction | ||
|
||
This [Nextflow plugin](https://www.nextflow.io/docs/latest/plugins.html#plugins) provides a number of functions that can be included into a Nextflow pipeline script to work with parameter and sample sheet schema. Using these functions you can: | ||
|