phc-ingestion 0.10.0__py3-none-any.whl → 0.10.1__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.
@@ -5,9 +5,10 @@ from ingestion.nebula.util.vcf import process_nebula_vcf
5
5
  from lifeomic_logging import scoped_logger
6
6
 
7
7
 
8
- def process_nebula(infile, outpath, file_name, source_file_id):
8
+ def process(infile, outpath, file_name, source_file_id):
9
9
 
10
10
  with scoped_logger(__name__) as log:
11
+ log.info(f"Beginning Nebula ingestion for file: {file_name}")
11
12
  os.makedirs(f"{outpath}", exist_ok=True)
12
13
  result, file_genome_references, json_data = process_nebula_json(
13
14
  infile, outpath, file_name, source_file_id, log
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phc-ingestion
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Summary: Functions for LifeOmic PHC genomic ingestions
5
5
  License: MIT
6
6
  Author-email: LifeOmic Development <development@lifeomic.com>
@@ -27,7 +27,7 @@ ingestion/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
27
27
  ingestion/generic/process.py,sha256=ZaVnZ_gx9faDUsuresI1A0oCegTa-dPQT7DBFMeZGyY,1777
28
28
  ingestion/generic/utils.py,sha256=1MEIru7uq38IjUdL8lcHqDH0oTki9uWrz1f2e-pmRoU,2814
29
29
  ingestion/nebula/__init__.py,sha256=VauK-rup_N8ZXVohx3HYqHX_PE_WoPyMUhdv2R7al4o,45
30
- ingestion/nebula/process.py,sha256=8fUzD8rOAQGChm5KPWzeqhi1eHjhUHGd68EhtF80J5U,830
30
+ ingestion/nebula/process.py,sha256=r4zKxVRPzl0pI-OInGIy8V_Z2K4UW_iIf9ggUvGZZlk,893
31
31
  ingestion/nebula/util/json.py,sha256=ChThuJjF7o4xMQ4gkX7s2w9wgZ5_k528XxiSI3-gOCU,2230
32
32
  ingestion/nebula/util/vcf.py,sha256=83JWG6ndPxHYZNXVj6-Gon9AY9JnGeR1JMivUQoSHjM,3311
33
33
  ingestion/nextgen/__init__.py,sha256=7LQ-h_Bvc5P1QcHMdzsqi1Qm4fTJn04-ozar2ty9wSc,59
@@ -58,6 +58,6 @@ ingestion/vcf_standardization/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
58
58
  ingestion/vcf_standardization/util/af_helpers.py,sha256=dpTzoeIQVeBRt0ETF3a9rp5ojZqznHg4x_hCZ8OPcOg,1061
59
59
  ingestion/vcf_standardization/util/dp_helpers.py,sha256=Nq8oLOLObu4_pv16qwwgpALRlUoJVCULrd9cFOD-eoI,823
60
60
  ingestion/vcf_standardization/util/read_write.py,sha256=x3Pf6Dq8tmolblbCS5CrNmrcHS3FGfqBSFpFgvFGC4g,2526
61
- phc_ingestion-0.10.0.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
62
- phc_ingestion-0.10.0.dist-info/METADATA,sha256=53QJ7i-_8gmJHjmYuZohIdyCNPfCcfrxZzfFiAndd8A,573
63
- phc_ingestion-0.10.0.dist-info/RECORD,,
61
+ phc_ingestion-0.10.1.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
62
+ phc_ingestion-0.10.1.dist-info/METADATA,sha256=TKRNABWds66BCmH2r2QoLxqcqNEZzUsom92zWJdx2aw,573
63
+ phc_ingestion-0.10.1.dist-info/RECORD,,