Skip to content

Commit

Permalink
Merge branch 'dev' into svdb_query_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten authored Jan 12, 2024
2 parents f1146d0 + e5734fc commit 4b548af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Adds a new parameter skip_mt_annotation which can be used to turn on/off annotation and ranking for mitochondrial SNVs [#419](https://github.com/nf-core/raredisease/pull/419)
- Changed the name of the parameter from `skip_cnv_calling` to `skip_germlinecnvcaller` [#435](https://github.com/nf-core/raredisease/pull/435)
- Check SVDB query input files for existence and correct format [#476](https://github.com/nf-core/raredisease/pull/476)
- Change hardcoded platform value to params.platform in align_MT.config [#475](https://github.com/nf-core/raredisease/pull/475)

### `Fixed`

Expand Down
2 changes: 1 addition & 1 deletion conf/modules/align_MT.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ process {
ext.args = { [
"--VALIDATION_STRINGENCY LENIENT",
"--RGLB lib",
"--RGPL ILLUMINA",
"--RGPL ${params.platform}",
"--RGPU barcode",
"--RGSM ${meta.id}"
].join(' ').trim() }
Expand Down

0 comments on commit 4b548af

Please sign in to comment.