phc-ingestion 0.8.40__py3-none-any.whl → 0.8.41__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.
@@ -92,7 +92,7 @@ def get_plasma_tumor_fraction(genes) -> Optional[str]:
92
92
  ptf_val = ptf_entry.get("Alterations", {}).get("Alteration", {}).get("Name", "")
93
93
  try:
94
94
  # See https://github.com/lifeomic/phc-ingestion/pull/129
95
- float_val = float(ptf_val)
95
+ float_val = float(ptf_val.strip("%"))
96
96
  if float_val > 0:
97
97
  return "Elevated"
98
98
  elif float_val == 0:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phc-ingestion
3
- Version: 0.8.40
3
+ Version: 0.8.41
4
4
  Summary: Functions for LifeOmic PHC genomic ingestions
5
5
  License: MIT
6
6
  Author-email: LifeOmic Development <development@lifeomic.com>
@@ -22,7 +22,7 @@ ingestion/foundation/process.py,sha256=T8YTvXRiThqE1LTERhrzvvD69mP4qJ7soJ1ZIbu8Y
22
22
  ingestion/foundation/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  ingestion/foundation/util/cnv.py,sha256=YSKCaOBhjZDNXth_GxC-50crDURpTNCMefoHo0uO7lQ,4215
24
24
  ingestion/foundation/util/fnv.py,sha256=-VstGsBKXM0duC-IpwUkektoTZ9yQUR0IQcDb1HibY0,5937
25
- ingestion/foundation/util/ga4gh.py,sha256=UBX_9AsmXfnrd3PgIlqZJoKPqvVfDougIAOOdqDa8DM,11123
25
+ ingestion/foundation/util/ga4gh.py,sha256=dn7uoQdnKHfIVCSHVEyPpR0jc1uRp1YB4P_9tLMOxMs,11134
26
26
  ingestion/foundation/util/interpretation.py,sha256=LVVUmMyD6Un1rIKXqiyQDUC6oIJUd8cU3I9YHD5fsXg,405
27
27
  ingestion/foundation/util/vcf_etl.py,sha256=ZBrX1XGRz-ymLUEiVcjjqmPZPb-AfD9On8UkZJDa1Dk,2133
28
28
  ingestion/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -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.40.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
58
- phc_ingestion-0.8.40.dist-info/METADATA,sha256=5zLM3NEBjrPzceSjLU85NXFxQL1S3GdyLpOitDNIdLI,573
59
- phc_ingestion-0.8.40.dist-info/RECORD,,
57
+ phc_ingestion-0.8.41.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
58
+ phc_ingestion-0.8.41.dist-info/METADATA,sha256=YefyKypDkMluRD6uKVTI1EObzXpr2JlkSpO_SfGh5SE,573
59
+ phc_ingestion-0.8.41.dist-info/RECORD,,