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.hpp"
#include "../xg.hpp"
#include "../gbwt_helper.hpp"
#include <vg/io/vpkg.hpp>
#include <vg/io/stream.hpp>
#include "../algorithms/copy_graph.hpp"
Functions | |
void | help_paths (char **argv) |
int | main_paths (int argc, char **argv) |
Defines the "vg paths" subcommand, which reads paths in the graph.
void help_paths | ( | char ** | argv | ) |
int main_paths | ( | int | argc, |
char ** | argv | ||
) |