This is the standalone page for the HAIRpred webserver. The user can run the prediction module provided in the HAIRpred web server using these scripts and files on their local machine. This will be available as Python codes with all the necessary models to predict the human antibody binding residues. All the codes, files, and instructions are provided in the GitHub repository of HAIRpred.
Pip is a user-friendly tool that allows you to install and manage Python packages using minimum dependencies and commands. Therefore, for easy accessibility, we have incorporated our tool into the PyPI repository.
The following command is required to install the package:
pip install hairpred
To know about the available option for the pip package, type the following command:
hairpred -h