Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 468 Bytes

DECL-Gen

DECL-Gen is a toolkit for DNA encoded libraries developed in the Gillingham research group at the University of Basel.

Installation

The recommended installation is to use anaconda and create an environment specific for DECL-Gen. An environment file is provided.

git clone https://github.com/Gillingham-Lab/DECL-Gen
cd DECL-Gen
conda env create -f environment.yml
conda activate DECLGen
pip install -e .