vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <iostream>
#include "subcommand.hpp"
#include "../vg.hpp"
Functions | |
void | help_concat (char **argv) |
int | main_concat (int argc, char **argv) |
Defines the "vg concat" subcommand
void help_concat | ( | char ** | argv | ) |
int main_concat | ( | int | argc, |
char ** | argv | ||
) |