|
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>Macros | |
| #define | OPT_MULTI_POSITION 1000 |
| #define | OPT_MAX_TRIES 1001 |
Functions | |
| vector< pair< string, double > > | parse_rsem_expression_file (istream &rsem_in) |
| vector< tuple< string, string, size_t > > | parse_haplotype_transcript_file (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.
| #define OPT_MAX_TRIES 1001 |
| #define OPT_MULTI_POSITION 1000 |
| void help_sim | ( | char ** | argv | ) |
| int main_sim | ( | int | argc, |
| char ** | argv | ||
| ) |
| vector< tuple< string, string, size_t > > parse_haplotype_transcript_file | ( | istream & | haplo_tx_in | ) |
| vector< pair< string, double > > parse_rsem_expression_file | ( | istream & | rsem_in | ) |
1.9.8