This is an unofficial Docker image running the P2Rank protein pocket prediction method.
See the official GitHub repository for additional information (https://github.com/rdk/p2rank) or use the PrankWeb (https://prankweb.cz/) web server.
Pull the P2Rank Docker image and build a container using the following command:
docker run -v ${PWD}/mount/:/p2rank/mount -it externelly/p2rank:latest
Once the Docker container is running, it will create a persistant mount folder in your current working directory.
Create a mount/pdbs/ folder and copy all the PDB files you want to be analyzed by P2Rank.
# Create a dataset.ds file containing the path to all PDB files
find mount/pdbs/ -type f > dataset.ds
# Run P2Rank on all PDB files and save results to mount/output/
./prank.sh predict dataset.ds -o mount/output/
Leave a message or open an issue regarding the Docker image at:
https://github.com/eporetsky/PlantDiffusion/tree/main/docker/P2Rank
Content type
Image
Digest
sha256:d20e476a6…
Size
1.2 GB
Last updated
over 2 years ago
docker pull externelly/p2rank