File: HitDepth.h

package info (click to toggle)
snap-aligner 2.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,648 kB
  • sloc: cpp: 41,013; ansic: 5,239; python: 227; makefile: 85; sh: 27
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#pragma once
#include "AlignerOptions.h"

#if HIT_DEPTH_COUNTING
void CountHitDepth(int argc, const char** argv);
#endif // HIT_DEPTH_COUNTING