Skip to content

celalp/af_bootcamp

Repository files navigation

CCM Alphafold/Rosettafold Bootcamp

This is the repo contains the dockerfile to build a container that contains most of the software needed for the bootcamp. Data needed is not included here and will be distributed before the bootcamp.

To use this container you will need to install docker. Please see their instructions for your operating system for installing Docker.

There are several pieces of software included in this container, theses are:

  • openstructure
  • python (and needed packages, including juypyter lab)
  • R (including IRkernel)
  • Mustang for structure alignment

All these will be accessed through jupyterlab.

To complete the bootcamp you will also need to install pymol.

Use this repository if you have problems getting the docker container from the docker hub. For that run

docker pull celalp/af_bootcamp:latest

If you encounter errors you can build the container using:

# clone the repository
git clone https://github.com/celalp/af_bootcamp.git
cd af_bootcamp
Docker build -t celalp/af_bootcamp:latest .

We want the container to have access to our data files so go to the directory with all the alphafold data

cd datadir

docker run -it --rm -v "$(pwd)":/home -p 127.0.0.1:8900:8900 af_bootcamp:latest

Pymol installation

Because pymol has a graphical user interface that we will be using installing it through Docker is challenging and may need computer specific tweaking. Therefore it is not included in the container

Linux you can use your OS's package manager such as apt:

sudo apt-get install -y pymol

This is the recommended method, or you can download the binary and unpack it:

wget https://pymol.org/installers/PyMOL-2.3.4_121-Linux-x86_64-py37.tar.bz2

For Windows installatin see here

Mac Os:

The easiset way to install pymol is through brew, see their instructions for installing brew on your computer

brew install pymol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published