vg
tools for working with variation graphs
Functions
main.cpp File Reference
#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)
 

Function Documentation

◆ main() [1/2]

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

◆ main() [2/2]

int main ( int  argc,
char *  argv[] 
)

◆ vg_help()

void vg_help ( char **  argv)

◆ vg_main()

int vg_main ( int  argc,
char *  argv[] 
)

Main entry point once we know we're on a supported CPU.