#include #include #include using namespace std; #include "sequence.h" #include "distribution.h" #include "stochasticProcess.h" #include "uniDistribution.h" #include "nucJC.h" #include "trivialAccelerator.h" #include "sequenceContainer.h" #include "nucleotide.h" #include "phylipFormat.h" #include "likeDist.h" // NOTE: YOU MUST CHANGE THE NAME OF THE string seqFile TO MATCH YOUR OWN LOCATION OF THE SEQUENCE FILE NAME! int main(int argc,char*argv[]) { cout<<"This program computes for the JC model, when two sequences are given, and the distance between these two sequences is known, the likelihood."<