This repository was 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 18
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
2 changed files
with
11 additions
and
2 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 |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
## 📚 Docs 👉🏻 <https://nextflow-io.github.io/nf-validation> | ||
|
||
!!! warning | ||
|
||
<div class="admonition warning" markdown> | ||
|
||
<!-- prettier-ignore --> | ||
> [!IMPORTANT] | ||
> **`nf-validation` has now been renamed to `nf-schema`. The `nf-validation` plugin will not receive any future updates.** | ||
|
@@ -13,6 +17,8 @@ | |
> plugins { id '[email protected]' } | ||
> ``` | ||
</div> | ||
**A Nextflow plugin to work with validation of pipeline parameters and sample sheets.** | ||
## Introduction | ||
|
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,5 +1,8 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block announce %} | ||
<div>nf-validation has been deprecated. Please use <a href="https://nextflow-io.github.io/nf-schema/latest/">nf-schema</a> instead.</div> | ||
{% endblock %} | ||
<div style="text-align: center;"> | ||
<strong>nf-validation has been deprecated.</strong> | ||
Please use <a href="https://nextflow-io.github.io/nf-schema/latest/">nf-schema</a> instead. | ||
</div> | ||
{% endblock %} |