diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c13641d7c..d831ecb94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/) - Improved HTML syntax in case report template - Modified message displayed when variant rank stats could not be calculated - Expanded instructions on how to test on CG development server (cg-vm1) -- Added more somatic SV callers (Balsamic v9 lineup) +- Added more somatic variant callers (Balsamic v9 SNV, develop SV) ### Fixed - Remove load demo case command from docker-compose.yml - Text elements being split across pages in PDF reports diff --git a/scout/constants/__init__.py b/scout/constants/__init__.py index b0552fc53b..3716ce304c 100644 --- a/scout/constants/__init__.py +++ b/scout/constants/__init__.py @@ -142,6 +142,7 @@ {"id": "freebayes", "name": "Freebayes"}, {"id": "tnscope", "name": "TNScope"}, {"id": "tnscope_umi", "name": "TNscope_UMI"}, + {"id": "vardict", "name": "VarDict"}, ], "cancer_sv": [ {"id": "gatk", "name": "GATK"},