MolMiner
MolMiner consolidates tools for small-molecule virtual screening. It includes custom scripts for data preprocessing, molecular docking (Autodock Vina), and ML/DL model development (Scikit-Learn and Keras). Using MolMiner is optional and was created to streamline environment setup without manually sourcing relevant Python project packages.
Installation
PyPI
Installation of MolMiner is done as follows:
pip install MolMiner
During testing using pip, Autodock Vina could not be installed. This is a pip install problem (issue here). As a result, the Autodock Vina package is not a part of the MolMiner when installed using pip. Users who want docking should install it using Conda.
Conda
conda create -n MolMiner
conda activate molminer
pip install MolMiner
Then install Autodock Vina and AutoDockTools_py3 scripts:
conda install -c conda-forge vina
pip install git+https://github.com/Valdes-Tresanco-MS/AutoDockTools_py3
Quickstart
Tutorials will be forthcoming.
Release files for MolMiner 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| molminer-0.0.2.tar.gz | 6.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| molminer-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:12.1 MB
Release files / molminer-0.0.2.tar.gz
| Download URL | molminer-0.0.2.tar.gz |
|---|---|
| Size | 6.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
55838fdcc0c6495b6ce55c8eece056ee04e1c0be4834b2a30a23bb78debdbf96
|
|
BLAKE2b-256 checksum How to use checksums |
99d617188f6c574dd622712e3949d9232860096f56facf1aafc61013ae9314bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.14.4 Darwin/25.5.0
|
Release files / molminer-0.0.2-py3-none-any.whl
| Download URL | molminer-0.0.2-py3-none-any.whl |
|---|---|
| Size | 6.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c58e836a5267171436289553a196250758409b216a8f0660e011fe1737902c0d
|
|
BLAKE2b-256 checksum How to use checksums |
59f2bd9077b92c95d79ee14e07ff6e1d9d8e917dd96cf12d2f8e1805f5bb05bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.14.4 Darwin/25.5.0
|