vg
tools for working with variation graphs
Macros | Functions
view_main.cpp File Reference
#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)
 

Detailed Description

Defines the "vg view" subcommand, which converts formats.

Macro Definition Documentation

◆ OPT_VERBOSE

#define OPT_VERBOSE   1000

Function Documentation

◆ help_view()

void help_view ( char **  argv)

◆ main_view()

int main_view ( int  argc,
char **  argv 
)