Skip to content

Commit

Permalink
Merge pull request #1259 from maxulysse/nf-prov
Browse files Browse the repository at this point in the history
Add nf-prov
  • Loading branch information
maxulysse authored Sep 29, 2023
2 parents 4cb2c2a + 96f4f20 commit ffda6bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- [#1246](https://github.com/nf-core/sarek/pull/1246) - Back to dev
- [#1259](https://github.com/nf-core/sarek/pull/1259) - nf-prov plugin

### Changed

Expand Down
5 changes: 5 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ singularity.registry = 'quay.io'
// Nextflow plugins
plugins {
id 'nf-validation' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id 'nf-prov' // Provenance reports for pipeline runs
}

// Load igenomes.config if required
Expand Down Expand Up @@ -328,6 +329,10 @@ dag {
enabled = true
file = "${params.outdir}/pipeline_info/pipeline_dag_${trace_timestamp}.html"
}
prov {
enabled = true
file = "${params.outdir}/pipeline_info/manifest_${trace_timestamp}.bco.json"
}

manifest {
name = 'nf-core/sarek'
Expand Down

0 comments on commit ffda6bb

Please sign in to comment.