Select Git revision
MSA_cumulative.h
-
Lihouck Flavien authoredLihouck Flavien authored
MSA_cumulative.h 164 B
#ifndef MSA_CUMUL_H
#define MSA_CUMUL_H
#include "MSA.h"
class MSA_cumulative : public MSA
{
public:
string consensus(int threshold, int ploidity);
};
#endif