vg
tools for working with variation graphs
|
#include <getopt.h>
#include <string>
#include <vector>
#include "subcommand.hpp"
#include "../vg.hpp"
#include <vg/io/vpkg.hpp>
#include "../haplotype_extracter.hpp"
#include "../algorithms/find_gbwt.hpp"
#include <bdsg/overlays/overlay_helper.hpp>
Functions | |
void | help_trace (char **argv) |
int | main_trace (int argc, char **argv) |
void help_trace | ( | char ** | argv | ) |
int main_trace | ( | int | argc, |
char ** | argv | ||
) |