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.
- cmake
- python >= 3.3
- sphinx
- sphinx-argparse
- sphinx_rtd_theme
- sphinxcontrib-autoprogram
git clone https://github.com/soedinglab/bamm-suite.git
BaMM-suite is a python package and can be installed with pip.
cd bamm-suite
pip install bamm-suite-py
To install all helper scripts into /user/bin
, you would do:
mkdir build_cmake && cd build_cmake
cmake -DCMAKE_INSTALL_PREFIX:PATH=/user ..
make install
An html version of the documentation can be built by running following commands from the root of the repository.
cd docs
make html
BaMM-suite installs the command line script bamm
. Run bamm --help
for a list of available submodules.
BaMM-suite is licensed under the GNU General Public License v3.0.