Skip to content

Commit c0342b8

Browse files
authored
Merge branch 'dev' into validation-fixes-patch
2 parents 9883b85 + e942094 commit c0342b8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
- [#723](https://github.com/nf-core/eager/issues/723) - Fixes empty fields in TSV resulting in uninformative error
1616
- Updated template to nf-core/tools 1.14
1717
- [#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
1819
- General code cleanup and standarisation of parameters with no default setting
1920

2021
### `Dependencies`

main.nf

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

25312531
process mtnucratio {
2532+
label 'sc_small'
25322533
tag "${samplename}"
25332534
publishDir "${params.outdir}/mtnucratio", mode: params.publish_dir_mode
25342535

0 commit comments

Comments
 (0)