This repository provides a Dockerized version of ** the FunFOLD5-template pipeline**, a template-based protein–ligand binding site prediction tool developed by the McGuffin Group.
The prediction process includes two main stages:
Compared to previous versions (e.g., FunFOLD3), FunFOLD5 offers several advantages:
If you use this tool in your work, please cite the following publication:
Brackenridge, D.A., McGuffin, L.J. (2021).
Proteins and Their Interacting Partners: An Introduction to Protein–Ligand Binding Site Prediction Methods with a Focus on FunFOLD3.
In: Cacace, A.M., Hickey, C.M., Békés, M. (eds) Targeted Protein Degradation. Methods in Molecular Biology, vol 2365. Humana, New York, NY.
https://doi.org/10.1007/978-1-0716-1665-9_3
You can download the BioLip2 database from:
[https://zhanggroup.org/BioLiP/weekly.html)
Use the following script to download the full dataset:
wget https://zhanggroup.org/BioLiP/download/download_all_sets.txt
perl download_all_sets.txt
Prepare your inputs:
docker run --rm \
-e WORKING_FOLDER=/data/work \
-e MODEL_FILE=T1214.pdb \
-e BIOLIP_Directory=/data/biolip \
-v /path/to/working_folder:/data/work \
-v /path/to/BioLip2:/data/biolip \
radiyaman/funfold5_template:latest \
bash /FunFOLD5_files/run_FunFOLD5.sh
docker run --rm \
-e WORKING_FOLDER=/data/work \
-e MODEL_FILE=T1214.pdb \
-e BIOLIP_Directory=/data/biolip \
-v /home/recep/Desktop/Docker_FunFOLD/test:/data/work \
-v /home/recep/Desktop/BioLiP2/BioLiP_updated_set:/data/biolip \
radiyaman/funfold5_template:latest \
bash /FunFOLD5_files/run_FunFOLD5.sh
All outputs are saved in the FunFOLD5 subfolder within your working directory.
*_ligands.pdb: Ligands used for binding site predictionsFoldseek_*.dat: Final template lists for each binding site*.m8: Foldseek-generated template lists for each siteall_ligand_list.txt: Complete list of ligands across all templatesall_ligand_summary_list.txt: Summarized ligand namesbindingsite*.txt: Binding site Residues for each predicted binding siteAllbindingsite*.txt: Binding site residues and their neighbours within 5 Å*_FN.txt: Predicted residues, ligands, GO annotations, and cluster details and all related information summarised in this gile*_lig.pdb: Protein structure with all ligands from the template listlig2.pdb: Protein structure with all biologically relevant ligandslig3.pdb: Protein structure with all centroid ligandssummary_3D_sequence_*.txt and summary_TM_sequence_*.txt: E-values and TM-scores for each templateThese files together offer structural, functional, and statistical insight into ligand-binding predictions.
Dr. Recep Adiyaman
School of Biological Sciences
University of Reading
Email: [email protected]
MIT License
Copyright (c) 2025 Liam McGuffin, Recep Adiyaman, and The University of Reading
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Content type
Image
Digest
sha256:9d7426087…
Size
533.8 MB
Last updated
over 1 year ago
docker pull radiyaman/funfold5_template