• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/ISSUE_TEMPLATE/H13-Feb-2019-7856

am-aux/H13-Feb-2019-4,9084,021

am-macros/H13-Feb-2019-1716

doc/H13-Feb-2019-22,77420,130

examples/H13-Feb-2019-3,1432,925

src/H13-Feb-2019-118,47996,404

.gitignoreH A D13-Feb-2019539 4534

COPYINGH A D13-Feb-201934.3 KiB675553

INSTALLH A D13-Feb-20198.9 KiB244170

Makefile.amH A D13-Feb-201983 63

Makefile.inH A D13-Feb-201926.3 KiB833740

NEWSH A D13-Feb-20192.9 KiB6859

READMEH A D13-Feb-20191.8 KiB6040

TODOH A D13-Feb-20191.5 KiB3427

aclocal.m4H A D13-Feb-2019121.3 KiB3,1672,933

configureH A D13-Feb-2019273.3 KiB9,3657,672

configure.acH A D13-Feb-20198.7 KiB265211

README

1Hi,
2
3This is the GitHub repository for MrBayes, a program used for Bayesian
4inference of phylogeny.
5
6
7Build instructions, very very short version (would install MrBayes as
8"/usr/local/bin/mb" on a Unix system):
9
10    git clone --depth=1 https://github.com/NBISweden/MrBayes.git
11    cd MrBayes
12    ./configure
13    make && sudo make install
14
15    Refer to the document called "INSTALL" for further information.
16
17
18Current repository directory layout:
19
20    .
21    ├── am-*           : Files relating to the build system
22    ├── doc
23    │   ├── manual     : The manual
24    │   └── tutorial   : A tutorial
25    ├── examples       : Example input data sets
26    └── src            : C source code
27
28
29The web site is available at
30
31    http://NBISweden.github.io/MrBayes/
32
33
34Historical releases are tagged with "v3.2.0" (etc.) from release 3.2.0
35onwards.
36
37The 'master' branch contains releases.
38
39The 'develop' branch should hopefully, at all times, contain working
40development code that at least compiles.  Apart from simple fixes, new
41development happens on feature branches off the 'develop' branch, and
42are merged back into 'develop' when finished.  This more or less follows
43the "git-flow" branching model.
44
45The 'gh-pages' branch contains the web site (only).
46
47The 'testing' branch contains testing data files (only).
48
49After release 3.2.6 (November 2015), MrBayes entered "maintenance mode",
50and its care has been passed over to NBIS (National Bioinformatics
51Infrastructure Sweden, http://nbis.se/).  The original development
52team is still involved with the program, but any future releases will
53probably be geared more towards bug-fixes rather than addition of new
54features.
55
56With kind regards,
57    Andreas (Kusalananda) Kähäri, and
58    Johan Nylander
59    NBIS
60