Skip to content

Commit 505a3e1

Browse files
updated CHANGELOG and switched mc_small to sc_small
1 parent f613bc7 commit 505a3e1

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## v2.3.5dev - [date]
7+
8+
### `Added`
9+
10+
- [#722](https://github.com/nf-core/eager/issues/722) - Adds bwa `-o` flag for more flexibility in bwa parameters
11+
- [#736](https://github.com/nf-core/eager/issues/736) - Add printing of multiqc run report location on successful completion
12+
13+
### `Fixed`
14+
15+
- [#723](https://github.com/nf-core/eager/issues/723) - Fixes empty fields in TSV resulting in uninformative error
16+
- Updated template to nf-core/tools 1.14
17+
- [#688](https://github.com/nf-core/eager/issues/688) - Clarified the pipeline is not just for humans and microbes, but also plants and animals, and also for modern DNA
18+
- [#751](https://github.com/nf-core/eager/pull/751) - Added missing label to mtnucratio
19+
20+
### `Dependencies`
21+
22+
### `Deprecated`
23+
624
## v2.3.4 - 2021-05-05
725

826
### `Added`

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ process multivcfanalyzer {
25292529
// Mitochondrial to nuclear ratio helps to evaluate quality of tissue sampled
25302530

25312531
process mtnucratio {
2532-
label 'mc_small'
2532+
label 'sc_small'
25332533
tag "${samplename}"
25342534
publishDir "${params.outdir}/mtnucratio", mode: params.publish_dir_mode
25352535

0 commit comments

Comments
 (0)