Skip to content

Revert manuallyaddedalleles separation

Øyvind Evju requested to merge revert-manuallyaddedalleles-separation into dev

Description

manuallyAddedAlleles does not need to be split on caller type; since we have loaded all the alleles, we can do the filtering on the front end.

Furthermore, this caused issues, as the getManuallyAddedAlleles was used to get all allele ids to load for an interpretation, and this should not depend on caller type.

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
Edited by Øyvind Evju

Merge request reports