vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <iostream>
#include "subcommand.hpp"
#include "../vg.hpp"
#include "../deconstructor.hpp"
#include "../integrated_snarl_finder.hpp"
#include "../gbwtgraph_helper.hpp"
#include "../gbwt_helper.hpp"
#include "../gbzgraph.hpp"
#include <vg/io/stream.hpp>
#include <vg/io/vpkg.hpp>
#include <bdsg/overlays/overlay_helper.hpp>
#include <gbwtgraph/utils.h>
#include <gbwtgraph/index.h>
Functions | |
void | help_deconstruct (char **argv) |
int | main_deconstruct (int argc, char **argv) |
Defines the "vg deconstruct" subcommand, which turns graphs back into VCFs.
void help_deconstruct | ( | char ** | argv | ) |
int main_deconstruct | ( | int | argc, |
char ** | argv | ||
) |