vg
tools for working with variation graphs
|
#include <unistd.h>
#include <getopt.h>
#include <chrono>
#include "subcommand.hpp"
#include "../transcriptome.hpp"
#include <vg/io/vpkg.hpp>
#include <vg/io/stream.hpp>
#include "../gbwt_helper.hpp"
#include "bdsg/packed_graph.hpp"
#include <gbwtgraph/gbz.h>
#include <gbwtgraph/utils.h>
Functions | |
void | help_rna (char **argv) |
int32_t | main_rna (int32_t argc, char **argv) |
Defines the "vg rna" subcommand.
void help_rna | ( | char ** | argv | ) |
int32_t main_rna | ( | int32_t | argc, |
char ** | argv | ||
) |