Skip to content

A reduced and simplified version of the deep reinforcement learning-based drug molecule generator, DrugEx created by Xuhan Liu. Created to facilitate experimentation and expansion.

License

Notifications You must be signed in to change notification settings

jcathalina/drugex-plus-r

Repository files navigation

DrugEx+R

License Code style: black version

DrugEx+R was created for the purpose of experimenting with the development and implementation of retrosynthesis engines within molecular generators for the goal of de novo drug design; the focus of my Master's thesis. The code in this repository is based on DrugEx v2, released by Xuhan Liu (First Author) and Gerard J.P. van Westen (Correspondent Author) on March 8th, 2021. The same license terms apply for this repository, and can be found in the LICENSE file.

Getting started

After cloning this repository, make sure you have a conda distribution installed. We recommend miniforge for licensing reasons, but anaconda/miniconda will work as well.

Installing the environment

  • conda env create -f environment.yml
  • conda activate drugexr
  • pip install -e .

Mamba

Mamba is a drop-in replacement for conda, it's much faster at resolving environments and is recommended. You can install it by running conda install -c conda-forge mamba. In case you want to use this from the start, replace conda with mamba in the instructions above.

Data Version Control (DVC)

This project uses DVC to version control large data files and trained models on DagsHub. To use DVC, run the following commands:

  • conda install -c conda-forge mamba
  • mamba install -c conda-forge dvc

Known development issues

  • black requires specific versions of typing-extensions, so you may need to run pip install typing-extensions --upgrade first.
  • If you are developing on a mac, you may run into issues with xgboost. To fix this, you need to have cmake installed, which can be done by running the following commands (assuming you have brew installed): brew install gcc@11, followed by brew install cmake. Note that because RA Score has a hard dependency on tensorflow-gpu to run their pretrained models, development on a mac is currently limited to just the base functionality of DrugEx+R (unless you have a CUDA-compatible GPU).

Additional information

The paper that accompanies the original DrugEx v2 code can be found here.

About

A reduced and simplified version of the deep reinforcement learning-based drug molecule generator, DrugEx created by Xuhan Liu. Created to facilitate experimentation and expansion.

Resources

License

Stars

Watchers

Forks

Packages