Skip to content

Commit

Permalink
Fix threshold for structural variants
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Aug 30, 2023
1 parent 6e44017 commit f639044
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 f639044

Please sign in to comment.