Skip to content

Commit

Permalink
Merge pull request #2632 from Clinical-Genomics/add-gatk-to-sv-callers
Browse files Browse the repository at this point in the history
Added GATK to SV/ cancer SV list
  • Loading branch information
dnil authored May 18, 2021
2 parents 7bdc395 + 16f594c commit 688a45b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Support LoqusDB REST API queries
- Add a docker-compose-matchmaker under scout/containers/development to test matchmaker locally
- Script to investigate consequences of symbol search bug
- Added GATK to list of SV and cancer SV callers
### Fixed
- Make MitoMap link work for hg38 again
- Export Variants feature crashing when one of the variants has no primary transcripts
Expand Down
6 changes: 5 additions & 1 deletion scout/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,12 @@
{"id": "gatk", "name": "GATK"},
{"id": "freebayes", "name": "Freebayes"},
],
"cancer_sv": [{"id": "manta", "name": "Manta"}],
"cancer_sv": [
{"id": "manta", "name": "Manta"},
{"id": "gatk", "name": "GATK"},
],
"sv": [
{"id": "gatk", "name": "GATK"},
{"id": "cnvnator", "name": "CNVnator"},
{"id": "delly", "name": "Delly"},
{"id": "tiddit", "name": "TIDDIT"},
Expand Down

0 comments on commit 688a45b

Please sign in to comment.