phc-ingestion 0.8.35__py3-none-any.whl → 0.8.36__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,11 +18,12 @@ def map_vendsig(vendsig: str) -> str:
18
18
  """
19
19
  Map vendor significance for short variants
20
20
  """
21
- if vendsig in ["Pathogenic"]:
21
+ vendsig_lower = vendsig.lower()
22
+ if vendsig_lower in ["pathogenic"]:
22
23
  return "VENDSIG=Pathogenic"
23
- elif vendsig in ["Likely Pathogenic", "LikelyPathogenic"]:
24
+ elif vendsig_lower in ["likely pathogenic", "likelypathogenic"]:
24
25
  return "VENDSIG=Likely pathogenic"
25
- elif vendsig in ["VUS"]:
26
+ elif vendsig_lower in ["vus"]:
26
27
  return "VENDSIG=Uncertain significance"
27
28
  else:
28
29
  raise RuntimeError(f"Unable to map vendor significance: {vendsig}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phc-ingestion
3
- Version: 0.8.35
3
+ Version: 0.8.36
4
4
  Summary: Functions for LifeOmic PHC genomic ingestions
5
5
  License: MIT
6
6
  Author-email: LifeOmic Development <development@lifeomic.com>
@@ -31,7 +31,7 @@ ingestion/generic/utils.py,sha256=1MEIru7uq38IjUdL8lcHqDH0oTki9uWrz1f2e-pmRoU,28
31
31
  ingestion/nextgen/__init__.py,sha256=7LQ-h_Bvc5P1QcHMdzsqi1Qm4fTJn04-ozar2ty9wSc,59
32
32
  ingestion/nextgen/process.py,sha256=kDCnU685v7aqJ3i4HpFdb7HqgHRSBKqtYPpuyN7qWmM,3976
33
33
  ingestion/nextgen/util/alteration_table.py,sha256=bvTrXEhIRye5BzSXjZEBy1AvXLZgG0rNkNt3e3rcvv0,6127
34
- ingestion/nextgen/util/interpretation.py,sha256=tQ3qzAUwBzwK1tQzH9ujZk_VCQ2wP8HzSZY0fImJ5Wo,818
34
+ ingestion/nextgen/util/interpretation.py,sha256=56wVk9j-w59gM-11iODXbKuUtZcEwe8zJQSXpjyCguw,872
35
35
  ingestion/nextgen/util/manifest_helpers.py,sha256=2xrpEtHbCb1Kea1wJeObkDfTiBklmffQt_o2hMgOSOE,1208
36
36
  ingestion/nextgen/util/nextgen_specific_genes.py,sha256=1jFcqvtYAlJ7eBwOBm1UC2TzAbjHjdlvPBUzxr1G8dY,1206
37
37
  ingestion/nextgen/util/pre_filter_somatic_vcf.py,sha256=mIaUihmGLbS38D4Gy_Qtf1lFAfW0A-LgAgQmsrEiI-M,3529
@@ -54,6 +54,6 @@ ingestion/vcf_standardization/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
54
54
  ingestion/vcf_standardization/util/af_helpers.py,sha256=dpTzoeIQVeBRt0ETF3a9rp5ojZqznHg4x_hCZ8OPcOg,1061
55
55
  ingestion/vcf_standardization/util/dp_helpers.py,sha256=Nq8oLOLObu4_pv16qwwgpALRlUoJVCULrd9cFOD-eoI,823
56
56
  ingestion/vcf_standardization/util/read_write.py,sha256=x3Pf6Dq8tmolblbCS5CrNmrcHS3FGfqBSFpFgvFGC4g,2526
57
- phc_ingestion-0.8.35.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
58
- phc_ingestion-0.8.35.dist-info/METADATA,sha256=PctzE287ytgM7HHKcZO5VnMScgiX3bgpmgPNpF-ntWI,552
59
- phc_ingestion-0.8.35.dist-info/RECORD,,
57
+ phc_ingestion-0.8.36.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
58
+ phc_ingestion-0.8.36.dist-info/METADATA,sha256=Fe445KhsY-t71Eb7bJ67HuJB96Tl-8lvsS16x8UEJaw,552
59
+ phc_ingestion-0.8.36.dist-info/RECORD,,