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 "../vg_set.hpp"
#include <vg/io/stream.hpp>
#include <vg/io/vpkg.hpp>
#include <handlegraph/mutable_path_mutable_handle_graph.hpp>
#include "bdsg/packed_graph.hpp"
#include "bdsg/hash_graph.hpp"
#include <bdsg/overlays/overlay_helper.hpp>
#include "../io/save_handle_graph.hpp"
#include <gcsa/support.h>
Functions | |
void | help_ids (char **argv) |
int | main_ids (int argc, char **argv) |
Defines the "vg ids" subcommand, which modifies node IDs.
void help_ids | ( | char ** | argv | ) |
int main_ids | ( | int | argc, |
char ** | argv | ||
) |