Home

Awesome

GARel: Genetic Algorithm based Receptor-ligand interaction generator

Boosts the drug-like features and novelty of the molecules in sampling chemical space

overview of the architecture of GARel

Overview

This repository contains the source of GARel, a software for DL-based de novo drug design.

Requirements

if utilizing GPU accelerated model training

Running GARel

Pretrain Generator

Load sourch dataset (https://github.com/micahwang/RELATION/tree/main/data/zinc) and target dataset ( ./data/sars_cov2_pkis.npz).

python model/run_pretrain.py --epoches 150 --steps 5000 --target sars_cov2 --batchsize 256 --decive 0

Run GARel

python run_gen.py --target sars_cov2