Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 1d9b2c2

Browse files
committed
Add deprecation notice
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent ee8371f commit 1d9b2c2

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,8 @@
11
# nf-hello plugin
2-
2+
3+
> [!IMPORTANT]
4+
> This plugin has been deprecated in favour of the new Nextflow command `nextflow plugin create` and template project [nf-plugin-template](https://github.com/nextflow-io/nf-plugin-template).
5+
36
This project contains a simple Nextflow plugin called `nf-hello` which provides examples of different plugin extensions:
47

58
- A custom trace observer that prints a message when the workflow starts and when the workflow completes
@@ -11,6 +14,7 @@ NOTE: If you want to use this project as a starting point for a custom plugin, y
1114

1215
See the [Nextflow documentation](https://nextflow.io/docs/latest/plugins.html) for more information about developing plugins.
1316

17+
1418
## Plugin structure
1519
1620
- `settings.gradle`

0 commit comments

Comments
 (0)