You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# 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
+
3
6
This project contains a simple Nextflow plugin called `nf-hello` which provides examples of different plugin extensions:
4
7
5
8
- 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
11
14
12
15
See the [Nextflow documentation](https://nextflow.io/docs/latest/plugins.html) for more information about developing plugins.
0 commit comments