Library for munging data files from ClusPro/FTMap/etc.


Keywords
cluspro, protein, PDB
License
MIT
Install
pip install sblu==0.7.2

Documentation

sb-lab-utils

Python library and associated scripts for munging data files from ClusPro/FTMap/etc.

Installation

From PyPI

Ensure you have pip, then run:

[sudo] pip install sblu

From source

Clone the repository to your local machine first:

git clone git@bitbucket.org:bu-structure/sb-lab-utils.git

After cloning, you should be able to install using:

cd sb-lab-utils
[sudo] pip install -r requirements/development.txt
[sudo] python setup.py install

sudo is only needed if you are installing it globally. We recommend use of Anaconda (https://www.continuum.io).

Requirements

Just the packages listed in requirements/development.txt.

Usage

Some basic examples are included in the examples directory.