All Projects → NBISweden → Mrbayes

NBISweden / Mrbayes

Licence: gpl-3.0
MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. For documentation and downloading the program, please see the home page:

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Mrbayes

mitre
The Microbiome Interpretable Temporal Rule Engine
Stars: ✭ 37 (-71.76%)
Mutual labels:  bioinformatics, bayesian-inference
Readfq
Fast multi-line FASTA/Q reader in several programming languages
Stars: ✭ 128 (-2.29%)
Mutual labels:  bioinformatics
Tapas
TAPAS - Translational Algorithms for Psychiatry-Advancing Science
Stars: ✭ 121 (-7.63%)
Mutual labels:  bayesian-inference
Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-5.34%)
Mutual labels:  bioinformatics
Scgen
Single cell perturbation prediction
Stars: ✭ 122 (-6.87%)
Mutual labels:  bioinformatics
Aboleth
A bare-bones TensorFlow framework for Bayesian deep learning and Gaussian process approximation
Stars: ✭ 127 (-3.05%)
Mutual labels:  bayesian-inference
Hicexplorer
HiCExplorer is a powerful and easy to use set of tools to process, normalize and visualize Hi-C data.
Stars: ✭ 116 (-11.45%)
Mutual labels:  bioinformatics
Hts Nim
nim wrapper for htslib for parsing genomics data files
Stars: ✭ 132 (+0.76%)
Mutual labels:  bioinformatics
Splatter
Simple simulation of single-cell RNA sequencing data
Stars: ✭ 128 (-2.29%)
Mutual labels:  bioinformatics
Deepecg
ECG classification programs based on ML/DL methods
Stars: ✭ 124 (-5.34%)
Mutual labels:  bioinformatics
Krakenuniq
🐙 KrakenUniq: Metagenomics classifier with unique k-mer counting for more specific results
Stars: ✭ 123 (-6.11%)
Mutual labels:  bioinformatics
Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (-6.87%)
Mutual labels:  bayesian-inference
Somalier
fast sample-swap and relatedness checks on BAMs/CRAMs/VCFs/GVCFs... "like damn that is one smart wine guy"
Stars: ✭ 128 (-2.29%)
Mutual labels:  bioinformatics
Circlator
A tool to circularize genome assemblies
Stars: ✭ 121 (-7.63%)
Mutual labels:  bioinformatics
Libcluster
An extensible C++ library of Hierarchical Bayesian clustering algorithms, such as Bayesian Gaussian mixture models, variational Dirichlet processes, Gaussian latent Dirichlet allocation and more.
Stars: ✭ 129 (-1.53%)
Mutual labels:  bayesian-inference
Blacklist
Application for making ENCODE Blacklists
Stars: ✭ 119 (-9.16%)
Mutual labels:  bioinformatics
Kmer Cnt
Code examples of fast and simple k-mer counters for tutorial purposes
Stars: ✭ 124 (-5.34%)
Mutual labels:  bioinformatics
Plip
Protein-Ligand Interaction Profiler - Analyze and visualize non-covalent protein-ligand interactions in PDB files according to 📝 Salentin et al. (2015), https://www.doi.org/10.1093/nar/gkv315
Stars: ✭ 123 (-6.11%)
Mutual labels:  bioinformatics
Biotite
A comprehensive library for computational molecular biology
Stars: ✭ 132 (+0.76%)
Mutual labels:  bioinformatics
Glmm In Python
Generalized linear mixed-effect model in Python
Stars: ✭ 131 (+0%)
Mutual labels:  bayesian-inference

Hi,

This is the GitHub repository for MrBayes, a program used for Bayesian inference of phylogeny.

Build instructions, very very short version (would install MrBayes as "/usr/local/bin/mb" on a Unix system):

git clone --depth=1 https://github.com/NBISweden/MrBayes.git
cd MrBayes
./configure
make && sudo make install

Refer to the document called "INSTALL" for further information.

Current repository directory layout:

.
├── autotools      : Files relating to the build system
├── doc
│   └── manual     : The manual
├── examples       : Example input data sets
└── src            : C source code

The MrBayes web site is available at

http://mrbayes.net/

Historical releases are tagged with "v3.2.0" (etc.) from release 3.2.0 onwards.

The 'master' branch contains releases.

The 'develop' branch should hopefully, at all times, contain working development code that at least compiles. Apart from simple fixes, new development happens on feature branches off the 'develop' branch, and are merged back into 'develop' when finished. This more or less follows the "git-flow" branching model.

The 'gh-pages' branch contains the web site (only).

The 'testing' branch contains testing data files (only).

After release 3.2.6 (November 2015), MrBayes entered "maintenance mode", and its care has been passed over to NBIS (National Bioinformatics Infrastructure Sweden, http://nbis.se/). The original development team is still involved with the program, but any future releases will probably be geared more towards bug-fixes rather than addition of new features.

With kind regards, Andreas (Kusalananda) Kähäri, and Johan Nylander NBIS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].