Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 732 Bytes

Baymer

Bayesian MCMC to estimate hierarchical tree-based sequence context models

Installation

Baymer requires mini-conda for installation. For information on installing mini-conda for your operating system, please view https://docs.conda.io/en/latest/miniconda.html.

After installing mini-conda, run the following commands to install Baymer:

  1. git clone https://github.com/bvoightlab/Baymer
  2. cd Baymer
  3. source install.sh

Installation should take less than 5 minutes.

Running Baymer

Note that all scripts can be run as standalone programs or imported and collapsed into a single script, as demonstrated in the tutorial jupyter notebook.