|
vg
tools for working with variation graphs
|
#include <omp.h>#include <unistd.h>#include <getopt.h>#include <regex>#include <list>#include <fstream>#include "subcommand.hpp"#include "../path.hpp"#include "../graph_caller.hpp"#include "../integrated_snarl_finder.hpp"#include "../xg.hpp"#include "../gbzgraph.hpp"#include "../gbwtgraph_helper.hpp"#include <vg/io/stream.hpp>#include <vg/io/vpkg.hpp>#include <bdsg/overlays/overlay_helper.hpp>Functions | |
| void | help_call (char **argv) |
| int | main_call (int argc, char **argv) |
Variables | |
| const string | DEFAULT_SAMPLE_NAME = "SAMPLE" |
Defines the "vg call" subcommand, which calls variation from an augmented graph
| void help_call | ( | char ** | argv | ) |
| int main_call | ( | int | argc, |
| char ** | argv | ||
| ) |
| const string DEFAULT_SAMPLE_NAME = "SAMPLE" |
1.8.17