Skip to content

Commit

Permalink
Change default HGVS to biocommons - this will enable on Shariant test
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Aug 9, 2024
1 parent 3b6fde3 commit fd93c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variantgrid/settings/components/default_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@

GENERATED_DIR = os.path.join(MEDIA_ROOT, 'generated')

HGVS_DEFAULT_METHOD = "pyhgvs" # HGVSConverterType (any case) ie "pyhgvs", "biocommons_hgvs", "combo"
HGVS_DEFAULT_METHOD = "biocommons_hgvs" # HGVSConverterType (any case) ie "pyhgvs", "biocommons_hgvs", "combo"
HGVS_MAX_REF_ALLELE_LENGTH = 10 # Set to 0 for "del" instead of "delC" etc
HGVS_VALIDATE_REFSEQ_TRANSCRIPT_LENGTH = True
HGVS_MAX_SEQUENCE_LENGTH = 50_000
Expand Down

0 comments on commit fd93c38

Please sign in to comment.