vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <iostream>
#include <vg/io/vpkg.hpp>
#include <vg/io/message_iterator.hpp>
#include <vg/io/blocked_gzip_input_stream.hpp>
#include "subcommand.hpp"
#include "../handle.hpp"
#include "../vg.hpp"
#include "../io/save_handle_graph.hpp"
Functions | |
void | help_combine (char **argv) |
int | main_combine (int argc, char **argv) |
Defines the "vg combine" subcommand
void help_combine | ( | char ** | argv | ) |
int main_combine | ( | int | argc, |
char ** | argv | ||
) |