We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8413b1b commit d0fdc2fCopy full SHA for d0fdc2f
README.md
@@ -38,6 +38,8 @@ Create the provenance report (default: `true` if plugin is loaded).
38
39
`prov.formats`
40
41
+*New in version 1.2.0*
42
+
43
Configuration scope for the desired output formats. The following formats are available:
44
45
- `bco`: Render a [BioCompute Object](https://biocomputeobject.org/). Supports the `file` and `overwrite` options.
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.1.0
+Plugin-Version: 1.2.0
4
Plugin-Class: nextflow.prov.ProvPlugin
5
Plugin-Provider: nextflow
6
Plugin-Requires: >=23.04.0
0 commit comments