Skip to content
Snippets Groups Projects
Select Git revision
  • f17d60da640fc6afc947da3b15c02f9750b3e766
  • for-vairdraw default protected
  • multi-context-windows
3 results

wl_init.c

Blame
  • 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