Skip to content

1.7.3

Compare
Choose a tag to compare
@AsierGonzalez AsierGonzalez released this 15 Sep 08:20
· 386 commits to master since this release
07b05a2

Multiple changes made to accommodate additional ClinVar information (kindly contributed by @tskir):

  • Enum of clinical significance values updated to match values in most recent ClinVar data release (version 2020-08-24) (PR #95):
    • Typo fixed
    • - removed as it does not appear in the list of ClinVar significance values
    • Values sorted alphabetically
  • Enum used for ClinVar review status and supported both in genetic_association and somatic_mutation (PR #96)
  • mode_of_inheritance supported both in genetic_association and somatic_mutation (PR #97):
    • Verbatim values so that they are not ClinVar-specific
    • Single value and array of strings accepted
  • last_evaluated_date supported for somatic_mutation evidence strings as well (PR #99)
  • gene2variant.date_asserted made optional (PR #99)

All changes have been ported to the draft-04 schema and fields used in multiple places have been moved to definitions to avoid duplication.