cg 83.18.0__py3-none-any.whl → 83.18.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.
cg/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  __title__ = "cg"
2
- __version__ = "83.18.0"
2
+ __version__ = "83.18.1"
@@ -24,6 +24,7 @@ RAREDISEASE_METRIC_CONDITIONS_WES: dict[str, dict[str, Any]] = {
24
24
  "GC_DROPOUT": {"norm": "lt", "threshold": 10},
25
25
  RAREDISEASE_PREDICTED_SEX_METRIC: {"norm": "eq", "threshold": None},
26
26
  "gender": {"norm": "eq", "threshold": None},
27
+ "FREEMIX": {"norm": "lt", "threshold": 0.02},
27
28
  }
28
29
 
29
30
  RAREDISEASE_METRIC_CONDITIONS_WGS: dict[str, dict[str, Any]] = {
@@ -35,6 +36,7 @@ RAREDISEASE_METRIC_CONDITIONS_WGS: dict[str, dict[str, Any]] = {
35
36
  "GC_DROPOUT": {"norm": "lt", "threshold": 5},
36
37
  RAREDISEASE_PREDICTED_SEX_METRIC: {"norm": "eq", "threshold": None},
37
38
  "gender": {"norm": "eq", "threshold": None},
39
+ "FREEMIX": {"norm": "lt", "threshold": 0.02},
38
40
  }
39
41
 
40
42
  RAREDISEASE_PARENT_PEDDY_METRIC_CONDITION: dict[str, dict[str, Any]] = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cg
3
- Version: 83.18.0
3
+ Version: 83.18.1
4
4
  Summary: Clinical Genomics command center
5
5
  Requires-Python: >=3.11,<3.13
6
6
  Classifier: Programming Language :: Python
@@ -1,4 +1,4 @@
1
- cg/__init__.py,sha256=NOsHCvBNWH45eSTwdtkm_GlvJYAU4UfbXhDZgKKdGSQ,41
1
+ cg/__init__.py,sha256=6XcxVhrnpF1Wj7FSSXTP8ztarrCDzDLtp37Z7OoqYrI,41
2
2
  cg/apps/__init__.py,sha256=pYf0vxo4iYQqURzFRYzqpOCdV8Cm9MWx0GHvJOz0EMg,315
3
3
  cg/apps/coverage/__init__.py,sha256=dJtsmNf8tODE2-VEomMIoYA7ugLYZAk_upsfOQCZeF8,27
4
4
  cg/apps/coverage/api.py,sha256=e_ozC3QeNKoEfpjjMaL-XjeBLtz-JySWccrtw0E9mLM,2940
@@ -207,7 +207,7 @@ cg/constants/invoice.py,sha256=Tdd3PY_Z7wz4eSfKaTapSFlkmk_FWM1bwWMOj5D5F5Y,95
207
207
  cg/constants/lims.py,sha256=vhATu1UtIXdfPZWEu8pne3uq4ZhCAdPNJcjSotD8AE8,6559
208
208
  cg/constants/metrics.py,sha256=jBLp8buIG_3fKFraerFvpfSJ6s-0H42jI1qysjjAXFc,847
209
209
  cg/constants/nextflow.py,sha256=o5VxtsyZNJaA1bh_AyKQQ0Iov6grZIeik_hhE8zO268,197
210
- cg/constants/nf_analysis.py,sha256=D1pzSyBz3IcX8lg-m0GJIW2qCp60tIdMkFSyBx5Yc_I,2450
210
+ cg/constants/nf_analysis.py,sha256=x9hCQvamgolqC8Pd76d9sBrP36jWbfpZEcxv4-Rigic,2550
211
211
  cg/constants/nipt.py,sha256=KGy7Y08jIUmT9FKKdjGzfRwvklAkOHRLKXqDOQx4aPc,19
212
212
  cg/constants/observations.py,sha256=Sjxo3R7DCkcMkSWNSeg2Sznkjr3werFRRsSREjd6CCU,3887
213
213
  cg/constants/orderforms.py,sha256=pLD_ufw11aE-Fn4x87el3F_KRITi2lbrgpBYU7eJgpM,2362
@@ -922,7 +922,7 @@ cg/utils/flask/enum.py,sha256=xwNVtFPkSzoloJctLHu7obRyxcng1GJrhkeYkqwf9tw,1052
922
922
  cg/utils/mapping.py,sha256=oZpZW2kgsbtAP2FZ7RtRPELiEE1zZk_nAGisHGtCOUo,491
923
923
  cg/utils/time.py,sha256=_VOglhrFEZ5cwHK1U1g36SdwzB7UvV-Nvlt4ymuZUho,1501
924
924
  cg/utils/utils.py,sha256=RciI_UhWcnG_pMZrmQZ1ZYb-O1N0DweTYMmhE0SIRgQ,1410
925
- cg-83.18.0.dist-info/METADATA,sha256=6hSRs_fWC9gpUCmi5yXMHqRa7qkH6ggaYDh7C_sIT_Q,4940
926
- cg-83.18.0.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
927
- cg-83.18.0.dist-info/entry_points.txt,sha256=q5f47YQQGltzK_xnIq1mDopRXXEItr85Xe1BCtG-Wts,39
928
- cg-83.18.0.dist-info/RECORD,,
925
+ cg-83.18.1.dist-info/METADATA,sha256=0wIHoWInpcMdWHPBW9WebN8SwMmVOSt-6fyGEOnVg-8,4940
926
+ cg-83.18.1.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
927
+ cg-83.18.1.dist-info/entry_points.txt,sha256=q5f47YQQGltzK_xnIq1mDopRXXEItr85Xe1BCtG-Wts,39
928
+ cg-83.18.1.dist-info/RECORD,,
File without changes