vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <algorithm>
#include <iostream>
#include "subcommand.hpp"
#include <vg/io/vpkg.hpp>
#include <vg/io/stream.hpp>
#include "../handle.hpp"
#include <bdsg/overlays/overlay_helper.hpp>
#include "../utility.hpp"
#include "../packer.hpp"
#include "algorithms/coverage_depth.hpp"
Functions | |
void | help_depth (char **argv) |
int | main_depth (int argc, char **argv) |
Estimate sequencing depth from a (packed) alignment.
void help_depth | ( | char ** | argv | ) |
int main_depth | ( | int | argc, |
char ** | argv | ||
) |