quickdraws

View on PyPIReverse Dependencies (0)

0.1.3 quickdraws-0.1.3-py3-none-any.whl

Wheel Details

Project: quickdraws
Version: 0.1.3
Filename: quickdraws-0.1.3-py3-none-any.whl
Download: [link]
Size: 65211
MD5: 8452ac400abb5673eab14f9e0f7a06ef
SHA256: d4ef651015cce6d9bcefef6217016e73cd19c6e8877cd38ed4cecf0713cfe58e
Uploaded: 2025-01-28 15:53:54 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: quickdraws
Version: 0.1.3
Summary: Quickdraws is a software tool for performing Genome-Wide Association Studies (GWAS)
Author: Palamara Lab
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10,<4.0
Requires-Dist: bgen_reader (==4.0.8)
Requires-Dist: bitsandbytes; sys_platform == "linux"
Requires-Dist: h5py
Requires-Dist: joblib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pybgen
Requires-Dist: pysnptools[bgen] (>=0.5.13)
Requires-Dist: rhe (==1.0.0)
Requires-Dist: scikit_learn
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: tables (<4.0.0,>=3.10.1)
Requires-Dist: torch
Requires-Dist: tqdm
Requires-Dist: wandb
Description-Content-Type: text/markdown
[Description omitted; length: 3067 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 2.0.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
quickdraws/__init__.py sha256=0YeWGkLNZr_oBih90nK99kWYbLnMxqVozX55zkXW_e4 1102
quickdraws/blr.py sha256=1_O5dSt8KTLZHhJ8mhYlzs6uLseAqKkZYy8hx6z6zBo 68379
quickdraws/correct_for_relatives.py sha256=lqqpZmQlKwjB_lmKQMuBLpvteqbbNMMYlewCrfDDOnc 5238
quickdraws/custom_linear_regression.py sha256=DP0p1BzN-TDVVTpwJAObZFHhrc5vxkDbCKBDE_C9Q9Y 23393
quickdraws/firth_logistic.py sha256=eCbN8SxXYDfB9U2Iz_YcILK3SLaeBcGvFL65vm__Z9g 8168
quickdraws/preprocess_phenotypes.py sha256=pR90I9F1TsZ74ewN4TvzEeziSJRlWHKFBGB5TDp85wc 11637
quickdraws/runRHE.py sha256=lBO52ytg3wA_H2Cwl5KBDDJtVbsX1Ry5mTDs7m_4AQ4 13479
quickdraws/scripts/__init__.py sha256=fgs7Rdem3Yptwebp062DNl10DzgADSL6X7Y_S91MuRo 2064
quickdraws/scripts/convert_to_hdf5.py sha256=kNAoAet4yynZa3YnIZYeyLSbKfXMw0LMX6mf5EjkdR4 14357
quickdraws/scripts/quickdraws_step1.py sha256=_eVwpA-fvVPD-sRiirg1SdbPZOYClbf2f3HGezR9wNM 15229
quickdraws/scripts/quickdraws_step2.py sha256=_Sxjsmf0G_4U36FvRiUhhMZFl7popdNIP3uRPA70XHE 26870
quickdraws-0.1.3.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
quickdraws-0.1.3.dist-info/METADATA sha256=EJM1aIFbEpEc7sTTKfv2lFedllyJAcdi6VZ8AlHM428 4026
quickdraws-0.1.3.dist-info/WHEEL sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM 88
quickdraws-0.1.3.dist-info/entry_points.txt sha256=dJF3GUBWAuOxp9olEj_bFp5uhz44prjLGin3FCKgiFc 193
quickdraws-0.1.3.dist-info/RECORD

entry_points.txt

convert-to-hdf5 = quickdraws.scripts.convert_to_hdf5:main
quickdraws-step-1 = quickdraws.scripts.quickdraws_step1:main
quickdraws-step-2 = quickdraws.scripts.quickdraws_step2:main