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 "../stream_index.hpp"
#include "../flow_sort.hpp"
#include "../algorithms/gfa_to_handle.hpp"
#include "../algorithms/id_sort.hpp"
#include <vg/io/vpkg.hpp>
Functions | |
void | help_sort (char **argv) |
int | main_sort (int argc, char *argv[]) |
Defines the "vg sort" subcommand, which sorts graph nodes.
void help_sort | ( | char ** | argv | ) |
int main_sort | ( | int | argc, |
char * | argv[] | ||
) |