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 "../xg.hpp"
#include <vg/io/vpkg.hpp>
#include <bdsg/overlays/overlay_helper.hpp>
#include "../position.hpp"
#include "algorithms/nearest_offsets_in_paths.hpp"
Functions | |
void | help_dotplot (char **argv) |
int | main_dotplot (int argc, char **argv) |
Defines the "vg dotplot" subcommand, which renders dotplots from an xg index relating the embedded paths
void help_dotplot | ( | char ** | argv | ) |
int main_dotplot | ( | int | argc, |
char ** | argv | ||
) |