phc-ingestion 1.0.3__py3-none-any.whl → 1.0.4__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.
|
@@ -25,7 +25,9 @@ def parse_patient_name(line: str) -> str:
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
def parse_sample_number(line: str) -> str:
|
|
28
|
-
return parse_pattern(
|
|
28
|
+
return parse_pattern(
|
|
29
|
+
r"^.*Specimen #: (\d+(?:-[A-Za-z0-9]+)?(?:-?R)?) .*$", line, "sample number"
|
|
30
|
+
)
|
|
29
31
|
|
|
30
32
|
|
|
31
33
|
def parse_body_site(line: str) -> str:
|
|
@@ -37,7 +37,7 @@ ingestion/nextgen/__init__.py,sha256=7LQ-h_Bvc5P1QcHMdzsqi1Qm4fTJn04-ozar2ty9wSc
|
|
|
37
37
|
ingestion/nextgen/process.py,sha256=5Z0RfclwTAYZruGDiLPutjPCYFh1DJpoWY9dnttghT4,3993
|
|
38
38
|
ingestion/nextgen/util/alteration_table.py,sha256=JTWBL1Fqj_pGsH5vwuVEnCUJle2wOBk6VYImHYCF9vg,6129
|
|
39
39
|
ingestion/nextgen/util/interpretation.py,sha256=a_B8jVjJXjkrN0hNzB260WNlZdY-BkL26LyLZcYP20A,950
|
|
40
|
-
ingestion/nextgen/util/manifest_helpers.py,sha256=
|
|
40
|
+
ingestion/nextgen/util/manifest_helpers.py,sha256=Eo89CBRDrMGLIq2OBkKS9lH5yL4pgMUOysle1TL9qr8,2765
|
|
41
41
|
ingestion/nextgen/util/nextgen_specific_genes.py,sha256=1jFcqvtYAlJ7eBwOBm1UC2TzAbjHjdlvPBUzxr1G8dY,1206
|
|
42
42
|
ingestion/nextgen/util/pre_filter_somatic_vcf.py,sha256=mIaUihmGLbS38D4Gy_Qtf1lFAfW0A-LgAgQmsrEiI-M,3529
|
|
43
43
|
ingestion/nextgen/util/process_cnv.py,sha256=MIirc8e0k6lsaTZkRM3U3L3IvbrcHmKQ4xlIu585514,2430
|
|
@@ -63,6 +63,6 @@ ingestion/vcf_standardization/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
63
63
|
ingestion/vcf_standardization/util/af_helpers.py,sha256=dpTzoeIQVeBRt0ETF3a9rp5ojZqznHg4x_hCZ8OPcOg,1061
|
|
64
64
|
ingestion/vcf_standardization/util/dp_helpers.py,sha256=Nq8oLOLObu4_pv16qwwgpALRlUoJVCULrd9cFOD-eoI,823
|
|
65
65
|
ingestion/vcf_standardization/util/read_write.py,sha256=x3Pf6Dq8tmolblbCS5CrNmrcHS3FGfqBSFpFgvFGC4g,2526
|
|
66
|
-
phc_ingestion-1.0.
|
|
67
|
-
phc_ingestion-1.0.
|
|
68
|
-
phc_ingestion-1.0.
|
|
66
|
+
phc_ingestion-1.0.4.dist-info/WHEEL,sha256=B19PGBCYhWaz2p_UjAoRVh767nYQfk14Sn4TpIZ-nfU,87
|
|
67
|
+
phc_ingestion-1.0.4.dist-info/METADATA,sha256=_pBhlXnkSblAR6gqgXmPMq7FjvAZY_1y55rfdpB9rVQ,676
|
|
68
|
+
phc_ingestion-1.0.4.dist-info/RECORD,,
|
|
File without changes
|