File: HitDepth.h

package info (click to toggle)
snap-aligner 2.0.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,652 kB
  • sloc: cpp: 41,051; ansic: 5,239; python: 227; makefile: 85; sh: 28
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (2)
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