Coder Social home page Coder Social logo

af_bootcamp's Introduction

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

af_bootcamp's People

Contributors

celalp avatar

Forkers

shaniawu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.