The PITHIA source code is designed for high-throughput prediction. It does not have the limitation of 10 sequences per run.
PITHIA is freely available as a web server at http://pithia.csd.uwo.ca/.
S. Hosseini, L. Ilie, PITHIA: protein interaction site prediction using multiple sequence alignments and attention, International Journal of Molecular Sciences 23(21) (2022) 12814.
Contact:
SeyedMohsen Hosseini (shosse59@uwo.ca) Lucian Ilie (ilie@uwo.ca)
PITHIA is developed under Linux environment with python 3.7. Recommended RAM: > 24GB. The RAM requirement mainly depends on the length of the input sequence.
- clone the source code of PITHIA
mkdir -p Src && cd Src
git clone [PITHIA git link]
- install python packages. Python virtual environment is recommended for package management.
pip3 install -r requirement.txt
- install dependencies
bash run_PITIHA.sh [Fasta file]