We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d73833 commit 9b5e7bbCopy full SHA for 9b5e7bb
README.md
@@ -6,6 +6,8 @@ Nextflow plugin to render provenance reports for pipeline runs. Now supporting [
6
7
The `nf-prov` plugin requires Nextflow version `23.04.0` or later.
8
9
+*New in version 1.3.0: requires Nextflow 24.10.0 or later.*
10
+
11
To enable and configure `nf-prov`, include the following snippet to your Nextflow config and update as needed.
12
13
```groovy
plugins/nf-prov/src/resources/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
1
Manifest-Version: 1.0
2
Plugin-Id: nf-prov
3
-Plugin-Version: 1.2.4
+Plugin-Version: 1.3.0
4
Plugin-Class: nextflow.prov.ProvPlugin
5
Plugin-Provider: nextflow
Plugin-Requires: >=24.10.0
0 commit comments