vg
tools for working with variation graphs
|
#include "subcommand.hpp"
#include "../vg.hpp"
#include "../xg.hpp"
#include "../utility.hpp"
#include "../mapper.hpp"
#include "../hts_alignment_emitter.hpp"
#include <vg/io/stream.hpp>
#include <vg/io/vpkg.hpp>
#include <bdsg/overlays/overlay_helper.hpp>
#include <unistd.h>
#include <getopt.h>
#include <chrono>
Macros | |
#define | OPT_SCORE_MATRIX 1000 |
#define | OPT_RECOMBINATION_PENALTY 1001 |
#define | OPT_EXCLUDE_UNALIGNED 1002 |
#define | OPT_REF_PATHS 1003 |
Functions | |
void | help_map (char **argv) |
int | main_map (int argc, char **argv) |
#define OPT_EXCLUDE_UNALIGNED 1002 |
#define OPT_RECOMBINATION_PENALTY 1001 |
#define OPT_REF_PATHS 1003 |
#define OPT_SCORE_MATRIX 1000 |
void help_map | ( | char ** | argv | ) |
int main_map | ( | int | argc, |
char ** | argv | ||
) |