vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <stdlib.h>
#include <iostream>
#include "subcommand.hpp"
Functions | |
void | help_bugs (char **argv) |
int | main_bugs (int argc, char **argv) |
Defines the "vg bugs" subcommand, which shows and opens Github issues.
void help_bugs | ( | char ** | argv | ) |
int main_bugs | ( | int | argc, |
char ** | argv | ||
) |