Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

charlesxu90/cp2pred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclic Cell Penetration Peptide prediction (CP2pred)

Prepare environment

Create conda environment

mamba env create -f environment.yml
conda activate cp2pred-env

Install pip requirements

pip install -r requirements.txt

Install pytorch and pytorch-geometric

# pip install torchmetrics
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 
pip install torch_geometric
pip install opt-einsum # for grit
# Optional dependencies:
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.0.0+cu118.html

About

Benchmark methods for peptide property prediction

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published