Unified immunoinformatics for MHC presentation and TCR recognition.
python -m presto --help
python -m presto data listpython -m presto data download --dataset iedb_mhc_ligand --agree-iedb-terms
python -m presto train synthetic --epochs 5 --checkpoint presto.pt
python -m presto predict presentation --checkpoint presto.pt --peptide SIINFEKL --allele HLA-A*02:01./develop.sh
./lint.sh
./test.shIf you use uv, you can also run:
uv run presto --help