quickdraws

View on PyPIReverse Dependencies (0)

0.1.1 quickdraws-0.1.1-py3-none-any.whl

Wheel Details

Project: quickdraws
Version: 0.1.1
Filename: quickdraws-0.1.1-py3-none-any.whl
Download: [link]
Size: 64838
MD5: ee2b8f0893663e6ea5dea3482804cd02
SHA256: 4e5e2fd4a08b22452f2e50698876d882a73329938ac4f3a03c375adf95d45fcf
Uploaded: 2024-10-21 10:48:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: quickdraws
Version: 0.1.1
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: 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 (>=2.5); sys_platform == "darwin"
Requires-Dist: torch (>=2.5); sys_platform == "linux"
Requires-Dist: tqdm
Requires-Dist: wandb
Description-Content-Type: text/markdown
[Description omitted; length: 2628 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.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=BQsMzfaQOx_Ra9-1ZGt-8wQBf_xZeu19w9sOhqArJC8 13493
quickdraws/scripts/__init__.py sha256=fgs7Rdem3Yptwebp062DNl10DzgADSL6X7Y_S91MuRo 2064
quickdraws/scripts/convert_to_hdf5.py sha256=1uYikFkknuVGyfTasm-61wvWN2wfy1Mgm5QHHXewEXE 13940
quickdraws/scripts/quickdraws_step1.py sha256=_eVwpA-fvVPD-sRiirg1SdbPZOYClbf2f3HGezR9wNM 15229
quickdraws/scripts/quickdraws_step2.py sha256=_Sxjsmf0G_4U36FvRiUhhMZFl7popdNIP3uRPA70XHE 26870
quickdraws-0.1.1.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
quickdraws-0.1.1.dist-info/METADATA sha256=or8D2WZgezBVUT5AnzJaj1rXjuGLXY56FnCxkcLgjyk 3640
quickdraws-0.1.1.dist-info/WHEEL sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs 88
quickdraws-0.1.1.dist-info/entry_points.txt sha256=dJF3GUBWAuOxp9olEj_bFp5uhz44prjLGin3FCKgiFc 193
quickdraws-0.1.1.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