phc-ingestion 0.8.30__py3-none-any.whl → 0.8.32__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.
@@ -15,6 +15,8 @@ short_variant_types: list[str] = [
15
15
  "Splice site",
16
16
  "Splice region",
17
17
  "Nonsense",
18
+ "Splice acceptor",
19
+ "Splice donor",
18
20
  ]
19
21
 
20
22
 
@@ -181,6 +181,8 @@ def process_structural(
181
181
  gene1, gene2 = translocation["gene1"], translocation["gene2"]
182
182
  # MYC is a special case
183
183
  if gene1 == "MYC" or gene2 == "MYC":
184
+ if gene1 == gene2:
185
+ continue
184
186
  formatted_translocations.add("t(MYC)")
185
187
  continue
186
188
  if gene1 in nextgen_specific_genes and gene2 in nextgen_specific_genes:
@@ -206,7 +206,7 @@ def process_vcf(
206
206
  def map_vendsig(vendsig: str) -> str:
207
207
  if vendsig in ["Pathogenic"]:
208
208
  return "VENDSIG=Pathogenic"
209
- elif vendsig in ["Likely Pathogenic"]:
209
+ elif vendsig in ["Likely Pathogenic", "LikelyPathogenic"]:
210
210
  return "VENDSIG=Likely pathogenic"
211
211
  elif vendsig in ["VUS"]:
212
212
  return "VENDSIG=Uncertain significance"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phc-ingestion
3
- Version: 0.8.30
3
+ Version: 0.8.32
4
4
  Summary: Functions for LifeOmic PHC genomic ingestions
5
5
  License: MIT
6
6
  Author-email: LifeOmic Development <development@lifeomic.com>
@@ -30,15 +30,15 @@ ingestion/generic/process.py,sha256=WJHV_-SKhrDZ3JS3fm9DVMoW3Zs2t50GiraSV3vlLHE,
30
30
  ingestion/generic/utils.py,sha256=1MEIru7uq38IjUdL8lcHqDH0oTki9uWrz1f2e-pmRoU,2814
31
31
  ingestion/nextgen/__init__.py,sha256=7LQ-h_Bvc5P1QcHMdzsqi1Qm4fTJn04-ozar2ty9wSc,59
32
32
  ingestion/nextgen/process.py,sha256=F0Ms8rTr_4boWPpE13D39C3ljFtyIVtw9XIIjCVI6f8,3849
33
- ingestion/nextgen/util/alteration_table.py,sha256=KwpJCQv_rVsL30jkzgZn0bKdd205fjVodYBNTcK3D1s,4220
33
+ ingestion/nextgen/util/alteration_table.py,sha256=h3nqImVRGgMV62P5_8wZBbaD06lr7kJA9JOBqtW3fco,4263
34
34
  ingestion/nextgen/util/interpretation.py,sha256=ozuzb0vozff34zfP6AdOiUmI8Q77hI02jve_nCPZHfE,297
35
35
  ingestion/nextgen/util/manifest_helpers.py,sha256=PpSay-pe62jk735nom1tVD9nDE8-CxmzzCrgpBhgtjY,1571
36
36
  ingestion/nextgen/util/nextgen_specific_genes.py,sha256=II_E2AgAqv35u_ga25geRn6UHuZy_Uk9itfyu_HybFY,1211
37
37
  ingestion/nextgen/util/pre_filter_somatic_vcf.py,sha256=K_gH4EnUXrKB22u_f8FqQVGrOS5LxXNsNO3VBn381eY,2301
38
38
  ingestion/nextgen/util/process_cnv.py,sha256=m-AhsXFlYw4LTzgJJaj5vXYbK5n3H7cImzBxD2To6M0,2598
39
39
  ingestion/nextgen/util/process_manifest.py,sha256=FOa-m78layb5TFTktaDHkHT9hAGUeH9ZPGeqgBncz64,8585
40
- ingestion/nextgen/util/process_structural.py,sha256=56wVGmZIfQwqNYthCZ4OdFAaqkoZKZvIpJtf-wekzg4,7647
41
- ingestion/nextgen/util/process_vcf.py,sha256=TvyV5wyXXSpFy2lc6h3ljqVQ5VeDPGxihHl2_K6LalQ,8432
40
+ ingestion/nextgen/util/process_structural.py,sha256=fUhoVGY5XHXPqLjC9bKD8JpXNDF9VbUQGl3Y3d7vG6E,7703
41
+ ingestion/nextgen/util/process_vcf.py,sha256=H2Jd5CzQiTBOjk3w95LuPp2rN79bKHBrMRDjG-YNTXE,8452
42
42
  ingestion/nextgen/util/types.py,sha256=SSzt5gv-kss1PR45eQUelypWrGI-dAfQMO3GSD-T-Wg,22
43
43
  ingestion/resources/GRCh37_map.csv.gz,sha256=JOEkjtbYrJpIdyoZdCvfJhvvz2dNfkSve7lXSXkCCD8,408290
44
44
  ingestion/resources/GRCh38_map.csv.gz,sha256=qriYO2_buCCb4T6WcuZ-pCwPxMsm0TL2OxAHvJ1cEfA,612373
@@ -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=IQotJ27To1MoQcRstc5AbHZtUuJz5cqkkZiHsDNaBvI,2471
57
- phc_ingestion-0.8.30.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
58
- phc_ingestion-0.8.30.dist-info/METADATA,sha256=INHa_HPURw_yLwcvBNcToW67OJsFgEJBNWwfr1GtGzw,552
59
- phc_ingestion-0.8.30.dist-info/RECORD,,
57
+ phc_ingestion-0.8.32.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
58
+ phc_ingestion-0.8.32.dist-info/METADATA,sha256=dOeze5ldcBfhTefz5dF0weoa71CgORwhYWFGl8JAEPg,552
59
+ phc_ingestion-0.8.32.dist-info/RECORD,,