vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <list>
#include <fstream>
#include "subcommand.hpp"
#include "../vg.hpp"
#include "../small_snarl_simplifier.hpp"
#include "../rare_variant_simplifier.hpp"
Functions | |
void | help_simplify (char **argv) |
int | main_simplify (int argc, char **argv) |
void help_simplify | ( | char ** | argv | ) |
int main_simplify | ( | int | argc, |
char ** | argv | ||
) |