Skip to content

Commit 5f2bffd

Browse files
TCLamnidisjfy133
andauthored
Apply suggestions from code review
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
1 parent 37d1482 commit 5f2bffd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
## [2.5.0] - 2023-11-01
6+
## [2.5.0] - Bopfingen - 2023-11-03
77

88
### `Added`
99

10-
- [#1020](https://github.com/nf-core/eager/issues/1020) Added mapdamage2 as an alternative for damage calculation.
10+
- [#1020](https://github.com/nf-core/eager/issues/1020) Added mapDamage2 as an alternative for damage calculation.
1111

1212
### `Fixed`
1313

1414
- [#1017](https://github.com/nf-core/eager/issues/1017) Fixed file name collision in niche cases with multiple libraries of multiple UDG treatments.
1515
- [#1024](https://github.com/nf-core/eager/issues/1024) `multiqc_general_stats.txt` is now generated even if the table is a beeswarm plot in the report.
16-
- Updated RG tags for all mappers. RG-id now includes Sample as well as Library ID. Added `LB:` tag with the library ID.
16+
- [#655](https://github.com/nf-core/eager/issues/655) Updated RG tags for all mappers. RG-id now includes Sample as well as Library ID. Added `LB:` tag with the library ID.
1717
- [#1031](https://github.com/nf-core/eager/issues/1031) Always index fasta regardless of mapper. This ensures that DamageProfiler and genotyping processes get submitted when using bowtie2 and not providing a fasta index.
1818

1919
### `Dependencies`

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,7 @@ process multiqc {
32583258
file ('flagstat_filtered/*') from ch_bam_filtered_flagstat_for_multiqc.collect().ifEmpty([])
32593259
file ('preseq/*') from ch_preseq_for_multiqc.collect().ifEmpty([])
32603260
file ('damageprofiler/dmgprof*/*') from ch_damageprofiler_results.collect().ifEmpty([])
3261-
file ('mapdamage/*') from ch_mapdamage_for_multiqc.collect().ifEmpty([]).dump(tag:'ch_mapdamage_for_multiqc')
3261+
file ('mapdamage/*') from ch_mapdamage_for_multiqc.collect().ifEmpty([])
32623262
file ('qualimap/qualimap*/*') from ch_qualimap_results.collect().ifEmpty([])
32633263
file ('markdup/*') from ch_markdup_results_for_multiqc.collect().ifEmpty([])
32643264
file ('dedup*/*') from ch_dedup_results_for_multiqc.collect().ifEmpty([])

0 commit comments

Comments
 (0)