Skip to content

qinti2023/IEDB

Repository files navigation

Pepline for IEDB Next-Generation Tools T Cell Class I

Designed by qinti in 20241012

Prerequisites

Downloading from IEDB website

Installation

tar -xvzf IEDB_NG_TC1-VERSION.tar.gz
mamba create -n IEDB python=3.10
mamba activate IEDB
pip install -r requirements.txt -i https://mirrors.zju.edu.cn/pypi/web/simple
PIP_CONSTRAINTS=pip_constraints.txt pip install -r requirements.txt
pip install numpy==1.24.4

Easy-usage

Step1

python fasta_to_json.py input_sequence.fasta output.json

Step2

python3 src/tcell_mhci.py -j output.json --split --split-dir="./test/"

Step3

python IEDB_predict.py job_descriptions.json

About

Pepline of epitode prediction based on IEDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages