|
vg
tools for working with variation graphs
|
#include <iostream>#include <fstream>#include <ctime>#include <cstdio>#include <csignal>#include <getopt.h>#include <sys/stat.h>#include "google/protobuf/stubs/common.h"#include "version.hpp"#include "utility.hpp"#include "crash.hpp"#include "preflight.hpp"#include "config/allocator_config.hpp"#include "io/register_libvg_io.hpp"#include "subcommand/subcommand.hpp"Functions | |
| void | vg_help (char **argv) |
| int | vg_main (int argc, char *argv[]) |
| Main entry point once we know we're on a supported CPU. More... | |
| int | main (int argc, char *argv[]) VG_PREFLIGHT_EVERYWHERE |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Make sure the system meets system requirements (i.e. has all the instructions we need), then call vg_main
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void vg_help | ( | char ** | argv | ) |
| int vg_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main entry point once we know we're on a supported CPU.
1.8.17