Skip to content

austinguish/tox21-with-GCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCN on tox21

Intro

Use GCN to extract the compounds's features,predict whether they could activate the signal path.

install

Conda environment is recommended. use folowing command to set a conda virtual env.

$conda create --name DGL_py36_pytorch1.2_chem

$conda install --name DGL_py36_pytorch1.2_chem pytorch=1.2 torchvision -c pytorch

$conda install --name DGL_py36_pytorch1.2_chem -c dglteam dgl-cuda10.0=0.4.0

$conda install --name DGL_py36_pytorch1.2_chem --update-deps --force libpng

$conda install --name DGL_py36_pytorch1.2_chem --update-deps --force -c conda-forge rdkit

run

$conda activate DGL_py36_pytorch1.2_chem

$python test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages