|
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 "../gfa.hpp"#include "../flow_sort.hpp"#include "../algorithms/topological_sort.hpp"#include "../algorithms/id_sort.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[] | ||
| ) |
1.8.16