Skip to content

2097-[prepareSelectedAllele] fix bug on missing alleles

Tom requested to merge 2097-fix-exception-on-empty-allelelist into dev

Description

We need to filter on callerTypeSelected before we choose what allele to preselect. This should fix the problem if there are no alleles available in snv or cnv mode.

Related issues

Notes to review (code/docs/QA)

Tests

General

  • Tests have been added that prove my fix is effective or that my feature works
  • Related tests have been modified/removed

Hypothesis testing:

  • Soak testing has been done
  • Distribution between positive / negative cases has been checked

Database

  • Includes changes to database schema
  • Includes necessary database migrations

Configuration

  • Includes changes to configuration
  • Includes configuration migration instructions in documentation

Closes #2097 (closed)

Edited by Tom

Merge request reports