soedinglab/bamm-suite

Name: bamm-suite

Owner: Söding Lab

Description: De-novo motif discovery and optimization

Created: 2017-02-11 09:51:02.0

Updated: 2018-05-03 09:28:28.0

Pushed: 2018-05-12 14:45:12.0

Homepage:

Size: 889

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

About BaMM-suite

License Issues

BaMM-suite is the motif finding suite developed by the Soedinglab.

This repository is the entry point to the BaMM universe. Here you can find documentation, common functionality and helper scripts and a clean interface into the BaMM world.

Dependencies

Build dependencies
Building the documentation

Installing

Cloning the repository
it clone https://github.com/soedinglab/bamm-suite.git
Python package

BaMM-suite is a python package and can be installed with pip.

cd bamm-suite
pip install bamm-suite-py
Helper scripts

To install all helper scripts into /user/bin, you would do:

kdir build_cmake && cd build_cmake
make -DCMAKE_INSTALL_PREFIX:PATH=/user ..
ake install

Building the documentation

An html version of the documentation can be built by running following commands from the root of the repository.

cd docs
make html

Usage of the commandline tools

BaMM-suite installs the command line script bamm. Run bamm --help for a list of available submodules.

License

BaMM-suite is licensed under the GNU General Public License v3.0.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.