Skip to content

Commit

Permalink
Merge pull request #101 from bcgsc/bugfix/KBDEV-1081-structural-varia…
Browse files Browse the repository at this point in the history
…nt-threshold

Fix threshold for structural variants
  • Loading branch information
mathieulemieux authored Aug 31, 2023
2 parents 6e44017 + f639044 commit bb07069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphkb/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __getitem__(self, key):

# For match.type_screening() [KBDEV-1056]
DEFAULT_NON_STRUCTURAL_VARIANT_TYPE = 'mutation'
STRUCTURAL_VARIANT_SIZE_THRESHOLD = 50 # bp
STRUCTURAL_VARIANT_SIZE_THRESHOLD = 48 # bp
STRUCTURAL_VARIANT_TYPES = [
"structural variant",
"insertion",
Expand Down

0 comments on commit bb07069

Please sign in to comment.