Coder Social home page Coder Social logo

pyrosetta.distributed's Introduction

PyRosetta Distributed

A notebook for generating a PSSM for a protein based on a PDB file. This is a demo and is intended to run quickly. Because of this, all calculations are performed with a fixed backbone. In a real-world situation, it may be wiser to replace the fixed-backbone side-chain packing runs with a call to FastRelax in order to capture small backbone movements.

Environment configuration instructions

This notebook relies on an addon to PyRosetta currently being developed by Alex Ford. The environment.yml file specifies the packages that are required, including a pip-installable version of Alex's code. To create the environment, cd to the pyrosetta.distributed directory and issue the following command:

conda env update -f environment.yml

Note: if you are on the digs (i.e. you're in the Baker Lab), you will probably not have conda in your path by default. Here's what you should do: If it doesn't exist, create ~/bin and change to it by issuing

mkdir ~/bin && cd ~/bin

Then we will make a few symlinks to relevant anaconda executables by issuing

ln -s /software/miniconda3/bin/activate /software/miniconda3/bin/conda /software/miniconda3/bin/deactivate .

Finally, prepend $HOME/bin to your $PATH variable in your (probably) .bashrc file by adding the following line:

export PATH=$HOME/bin:$PATH

Once the environment is configured, you will have conda: pyrosetta.distributed as a kernel option in your jupyter server.

pyrosetta.distributed's People

Contributors

weitzner avatar

Watchers

 avatar  avatar

Forkers

aroy10

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.