https://github.com/Malfoy/BCALM
Revision 5f34303cce3b73b7b8a2a341e29df834fbb96ea6 authored by Antoine Limasset on 04 June 2015, 07:45:03 UTC, committed by Antoine Limasset on 04 June 2015, 07:45:03 UTC
1 parent dbc898f
Raw File
Tip revision: 5f34303cce3b73b7b8a2a341e29df834fbb96ea6 authored by Antoine Limasset on 04 June 2015, 07:45:03 UTC
Update README.md
Tip revision: 5f34303
lm.h
#ifndef LM
#define LM
#include "ograph.h"

using namespace std;

void createoutfile(const char *namein,const char *nameout,const int k,const int m);

void sortentry(string namefile, const int k, const int m, bool create_buckets = true, bool m_mer_count = false);

#endif
back to top