mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 07:10:24 +08:00
33 lines
753 B
C++
33 lines
753 B
C++
// $Id: datMatrixHolder.cpp 5804 2009-01-20 09:18:05Z adido $
|
|
|
|
#include "datMatrixHolder.h"
|
|
|
|
const datMatrixString datMatrixHolder::cpREV45(
|
|
#include "cpREV45.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::dayhoff(
|
|
#include "dayhoff.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::jones(
|
|
#include "jones.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::mtREV24(
|
|
#include "mtREV24.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::wag(
|
|
#include "wag.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::HIVb(
|
|
#include "HIVb.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::HIVw(
|
|
#include "HIVw.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::empiriCodon(
|
|
#include "adrianCodon.dat.q"
|
|
);
|
|
const datMatrixString datMatrixHolder::lg(
|
|
#include "LG.dat.q"
|
|
);
|
|
|