Skip to content

Commit 5f11807

Browse files
authored
Deprecate legacy plugin index in README
Updated README to indicate deprecation of legacy plugin index.
1 parent 2f19d35 commit 5f11807

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Nextflow Plugins index
22

3+
> [!WARNING]
4+
> This legacy plugin index is deprecated in favor of the new [Nextflow plugin registry](https://registry.nextflow.io/). Starting with Nextflow 25.10, the plugin registry is the _only_ method for downloading plugins, replacing the legacy plugin index.
5+
> Plugins that require Nextflow >= 25.10 will not be published in this GitHub repository.
6+
37
This repository stores the index of plugins that can be used by
48
[Nextflow](https://github.com/nextflow-io/nextflow).
59

@@ -26,4 +30,4 @@ which is organised with the following structure:
2630
The top-most JSON array lists all available plugins. The `releases` array
2731
lists all the available versions for the corresponding plugin.
2832

29-
Learn more about Nextflow plugins in the [Nextflow documentation](https://www.nextflow.io/docs/latest/plugins.html).
33+
Learn more about Nextflow plugins in the [Nextflow documentation](https://www.nextflow.io/docs/latest/plugins.html).

0 commit comments

Comments
 (0)