Welcome to the therapeutic_enzyme_engineering_with_generative_neural_networks repository! This repo contains code associated with our publication "Therapeutic Enzyme Engineering with Generative Neural Networks" by Giessel et al., 2021. If you cite this work, please use the following citation:
- Clone the repository:
git clone [email protected]:modernatx/therapeutic_enzyme_engineering_with_generative_neural_networks.git
- Install the conda environment:
conda env create -f environment.yml
- Install the custom source package:
pip install -e .
- Check out the analysis notebooks in the
notebooks/
directory