Skip to content

Commit

Permalink
Merge pull request #331 from FelixKrueger/publish_coverage_files
Browse files Browse the repository at this point in the history
Publish coverage files
  • Loading branch information
ewels authored Aug 22, 2023
2 parents 13cb0fe + 107f736 commit e576ec8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Bug fixes & refactoring

- 🛠️ Added publishing of coverage (`*cov.gz`) files for NOMe-seq filtered reads for `coverage2cytosine`

## [v2.4.0](https://github.com/nf-core/methylseq/releases/tag/2.4.0) - 2023-06-02

### Pipeline Updates
Expand Down
5 changes: 5 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@ process {
path: { "${params.outdir}/bismark/coverage2cytosine/reports" },
mode: params.publish_dir_mode,
pattern: "*_report.txt.gz"
],
publishDir = [
path: { "${params.outdir}/bismark/coverage2cytosine/coverage" },
mode: params.publish_dir_mode,
pattern: "*cov.gz"
]
]
}
Expand Down

0 comments on commit e576ec8

Please sign in to comment.