- End to end protein structure prediction pipeline, from seq to pdb.
Build docker image from https://github.com/GuanyiLi-Craig/protein-predictor/blob/master/v2/Dockerfile
sudo docker build -t alphafold_pipeline .[pic]
- Move HHBlist database to path-to-this-git-directory/alphafold/database
- Move sequence data to path-to-this-git-directory/alphafold/data//
- Start Docker by
sudo docker run -d -p 8888:8888 --gpus all --ipc=host -v <path-to-directory>/alphafold:/data alphafold_pipeline jupyter notebook --no-browser --ip=0.0.0.0 --allow-root --NotebookApp.token= --notebook-dir='/data'