vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <list>
#include <fstream>
#include "subcommand.hpp"
#include "../multipath_alignment.hpp"
#include "../vg.hpp"
#include "../snarl_distance_index.hpp"
#include "../gfa.hpp"
#include "../io/json_stream_helper.hpp"
#include "../handle.hpp"
#include "../algorithms/gfa_to_handle.hpp"
#include <vg/io/message_iterator.hpp>
#include <vg/io/vpkg.hpp>
#include <bdsg/hash_graph.hpp>
Macros | |
#define | OPT_VERBOSE 1000 |
Functions | |
void | help_view (char **argv) |
int | main_view (int argc, char **argv) |
Defines the "vg view" subcommand, which converts formats.
#define OPT_VERBOSE 1000 |
void help_view | ( | char ** | argv | ) |
int main_view | ( | int | argc, |
char ** | argv | ||
) |