/SBioA

An introduction to Structural Bioinformatics Algorithms and scientific computing using Python/PyMOL

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

SBioA

An introduction to Structural Bioinformatics Algorithms and scientific computing using Python/PyMOL.

Contents

The best way to take advantage of this material is to download a copy of the repository and run it into your computer (see below for installation details)

Alternatively, you can see the static versions of the notebooks by following the below links:

Installation and configuration

You will need to install the following packages

  • Python 2.7
  • PyMOL
  • NumPy
  • SciPy
  • Matplotlib
  • IPython
  • Seaborn (optional)
  • Numba (optional)

Linux users

All the above packages are available with most Linux distributions (except probably seaborn and numba)

If you are using Ubuntu (or a similar Linux-distribution) you can do:

sudo apt-get install pymol python-numpy python-scipy python-matplotlib ipython ipython-notebook

Windows users

A good idea will be to install all the above packages using a Python distribution like Anaconda.

Language

The first version of the material will be available in english, although a translation to Spanish is planned in the short time. (El material estará disponible primero en ingles y más adelante en español)

Contributing

Please let me know of any error, suggestion, doubt, etc. E-mails and commits are welcome!!!