Skip to content

Commit

Permalink
Merge pull request #751 from alexandregilardet/master
Browse files Browse the repository at this point in the history
added missing label mc_small to mtnucratio
  • Loading branch information
jfy133 committed May 19, 2021
2 parents 03a6675 + 8d409a8 commit e942094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [#723](https://github.com/nf-core/eager/issues/723) - Fixes empty fields in TSV resulting in uninformative error
- Updated template to nf-core/tools 1.14
- [#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
- [#751](https://github.com/nf-core/eager/pull/751) - Added missing label to mtnucratio

### `Dependencies`

Expand Down
1 change: 1 addition & 0 deletions main.nf
Expand Up @@ -2529,6 +2529,7 @@ process multivcfanalyzer {
// Mitochondrial to nuclear ratio helps to evaluate quality of tissue sampled

process mtnucratio {
label 'sc_small'
tag "${samplename}"
publishDir "${params.outdir}/mtnucratio", mode: params.publish_dir_mode

Expand Down

0 comments on commit e942094

Please sign in to comment.