|
vg
tools for working with variation graphs
|
#include <omp.h>#include <unistd.h>#include <getopt.h>#include <list>#include <fstream>#include <algorithm>#include <regex>#include "subcommand.hpp"#include "../vg.hpp"#include "../aligner.hpp"#include "../gbwt_helper.hpp"#include "vg/io/alignment_emitter.hpp"#include "../sampler.hpp"#include <vg/io/protobuf_emitter.hpp>#include <vg/io/vpkg.hpp>#include <bdsg/hash_graph.hpp>#include <bdsg/overlays/overlay_helper.hpp>Functions | |
| vector< pair< string, double > > | parse_rsem_expression_file (const Logger &logger, istream &rsem_in) |
| vector< tuple< string, string, size_t > > | parse_haplotype_transcript_file (const Logger &logger, istream &haplo_tx_in) |
| void | help_sim (char **argv) |
| int | main_sim (int argc, char **argv) |
Defines the "vg sim" subcommand, which generates potential reads from a graph.
| void help_sim | ( | char ** | argv | ) |
| int main_sim | ( | int | argc, |
| char ** | argv | ||
| ) |
| vector<tuple<string, string, size_t> > parse_haplotype_transcript_file | ( | const Logger & | logger, |
| istream & | haplo_tx_in | ||
| ) |
| vector<pair<string, double> > parse_rsem_expression_file | ( | const Logger & | logger, |
| istream & | rsem_in | ||
| ) |
1.8.17