Skip to content

Releases: cancervariants/variation-normalization

0.5.3

06 Apr 18:10
6cd5b5d

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...0.5.3

v0.5.2

10 Jan 18:47
8d39a67

Choose a tag to compare

What's Changed

  • build!: replace uta tools with cool seq tool by @korikuzma in #340
  • perf: gnomad vcf -> p will try mane transcript result first by @korikuzma in #343
  • perf: gnomad_vcf_to_protein replace call to uta db with df lookup (main) by @korikuzma in #350
  • build: unpin ga4gh.vrs + bump gene-normalizer (main) by @korikuzma in #351
  • change: version by @korikuzma in #354
  • fix: remove duplicate warnings in gnomad_vcf_to_protein by @korikuzma in #356

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Nov 13:34
55b8963

Choose a tag to compare

v0.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0a7...v0.5.1

v0.7.dev0

03 Oct 15:17
c8438f3

Choose a tag to compare

v0.7.dev0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.3...v0.7.dev0

v0.4.0a7: Merge pull request #302 from cancervariants/staging

13 Jun 23:32
a260cb5

Choose a tag to compare

  • build: update uta tools + other dependencies
  • fix: gnomad_vcf_to_protein getting ref/alt values

v0.4.0a6: Merge pull request #297 from cancervariants/staging

03 Jun 14:32
f9d5206

Choose a tag to compare

  • feat: add endpoint for vrs-python _to_hgvs method

v0.4.0a5: Merge pull request #293 from cancervariants/staging

24 May 14:37
84bf518

Choose a tag to compare

  • Switch request body for /translate_to to use pydantic.BaseModel so users can test out the endpoint on the UI

v0.4.0a4: Merge pull request #290 from cancervariants/staging

23 May 13:03
d13b3eb

Choose a tag to compare

  • Add endpoint (/translate_to) for vrs-python's translate_to method

v0.4.0a3: Merge pull request #286 from cancervariants/issue-285

03 May 17:34
3806317

Choose a tag to compare

  • Add parsed_to_abs_cnv endpoint to allow parsed ClinVar Copy Number Gain/Loss to be translated to VRS Absolute Copy Number variation

v0.4.0a2: Merge pull request #278 from cancervariants/staging

20 Apr 19:27
0ee02e0

Choose a tag to compare

  • Adds relative_cnv option to hgvs_dup_del_mode
    • Default characteristics for HGVS Dup Del Mode updated
  • /to_canonical_variation parameters added
    • do_liftover: Whether or not to liftover 37 to 38
    • hgvs_dup_del_mode: Set to determine the VRS variation model used
      • baseline_copies is required when hgvs_dup_del_mode=absolute_cnv
      • relative_copy_class is optional when hgvs_dup_del_mode=relative_cnv