Skip to content

Commit

Permalink
Fix #4470 - add sniffles and cnvpytor
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Feb 29, 2024
1 parent ecc465f commit e1bbefb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

About changelog [here](https://keepachangelog.com/en/1.0.0/)

## [unreleased]
### Added
- Added tags for Sniffles and CNVpytor, two LRS SV callers
### Changed
### Fixed

## [4.78]
### Added
- Case status labels can be added, giving more finegrained details on a solved status (provisional, diagnostic, carrier, UPD, SMN, ...)
Expand All @@ -30,7 +36,6 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Decipher link URL changes
- Refactored code in cases blueprints to use "disease" instead of "omim" to encompass also ORPHA terms


## [4.77]
### Added
- Orpha disease terms now include information on inheritance
Expand Down
2 changes: 2 additions & 0 deletions scout/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@
"sv": [
{"id": "gatk", "name": "GATK"},
{"id": "cnvnator", "name": "CNVnator"},
{"id": "cnvpytor", "name": "CNVpytor"},
{"id": "delly", "name": "Delly"},
{"id": "sniffles", "name": "Sniffles"},
{"id": "tiddit", "name": "TIDDIT"},
{"id": "manta", "name": "Manta"},
],
Expand Down

0 comments on commit e1bbefb

Please sign in to comment.