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 "../vectorizer.hpp"
#include "../mapper.hpp"
#include <vg/io/stream.hpp>
#include <vg/io/vpkg.hpp>
#include <bdsg/overlays/overlay_helper.hpp>
Functions | |
void | help_vectorize (char **argv) |
int | main_vectorize (int argc, char **argv) |
Defines the "vg vectorize" subcommand, which turns graphs into ML vectors.
void help_vectorize | ( | char ** | argv | ) |
int main_vectorize | ( | int | argc, |
char ** | argv | ||
) |