ProtSSSD is a powerful model that leverages a large protein language model (ESM) to predict protein structural properties, including disorder. This model outperforms other single-sequence methods, providing more accurate and reliable predictions for various protein characteristics.
git clone https://github.com/ISYSLAB-HUST/ProtSSSD.git
cd ProtSSSD
conda env create -f environment.yml
conda activate protsssd
python predict_disorder.py ./dataset/caid2/ ./weight/ProtSSSD.pth --output result_disorder.json
If you encounter any problems, please open an issue.
- Fork the repository
- Create a new branch (git checkout -b feature/yourfeature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/yourfeature)
- Create a new Pull Request
This project is licensed under the MIT License for the code and a custom license for the parameter files.
The code in this project is licensed under the MIT License. See the LICENSE file for more details.
The parameter files in this project are licensed under a custom license. Educational use is free of charge, while commercial use requires a commercial license. See the PARAMETER_LICENSE file for more details.
ProtSSSD with and/or references the following separate libraries and packages: