vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <iostream>
#include "subcommand.hpp"
#include "../vg.hpp"
#include "../translator.hpp"
#include <vg/io/stream.hpp>
Functions | |
void | help_translate (char **argv) |
int | main_translate (int argc, char **argv) |
Defines the "vg translate" subcommand
void help_translate | ( | char ** | argv | ) |
int main_translate | ( | int | argc, |
char ** | argv | ||
) |