Select Git revision
-
Camilla Löwy authored
Related to #830.
Camilla Löwy authoredRelated to #830.
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