File: KmerHashMap.cpp

package info (click to toggle)
uc-echo 1.12-19
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,904 kB
  • sloc: cpp: 1,405; python: 659; makefile: 44; sh: 8
file content (3 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (6)
1
2
3
#include "KmerHashMap.hpp"

const unsigned int KmerHashMap::MaxBinSize = 5000;