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_join (char **argv) |
int | main_join (int argc, char **argv) |
Defines the "vg join" subcommand, which attaches graphs together.
void help_join | ( | char ** | argv | ) |
int main_join | ( | int | argc, |
char ** | argv | ||
) |