medchem
medchem copied to clipboard
Molecular filtering for drug discovery.
trafficstars
Medchem - Molecular filtering for drug discovery
Medchem is a Python library that proposes multiple molecular medchem filters to a wide range of use cases relevant in a drug discovery context.
Installation
micromamba install -c conda-forge medchem
# or using pip
pip install medchem
Documentation
Visit https://medchem-docs.datamol.io/.
Development lifecycle
Setup dev environment
micromamba create -n medchem -f env.yml
micromamba activate medchem
pip install --no-deps -e .
Tests
You can run tests locally with:
pytest
License
Under the Apache-2.0 license. See LICENSE.md.