|
vg
tools for working with variation graphs
|
#include <omp.h>#include <unistd.h>#include <ctime>#include <getopt.h>#include <thread>#include <atomic>#include <mutex>#include <list>#include "subcommand.hpp"#include <vg/io/vpkg.hpp>#include "../algorithms/component.hpp"#include "../algorithms/pad_band.hpp"#include "../multipath_mapper.hpp"#include "../mem_accelerator.hpp"#include "../surjector.hpp"#include "../multipath_alignment_emitter.hpp"#include "../path.hpp"#include "../watchdog.hpp"#include <bdsg/overlays/overlay_helper.hpp>#include <bdsg/packed_graph.hpp>#include <bdsg/hash_graph.hpp>#include <xg.hpp>Functions | |
| pair< vector< double >, vector< pair< double, double > > > | parse_intron_distr_file (ifstream &strm) |
| void | help_mpmap (char **argv) |
| int | main_mpmap (int argc, char **argv) |
: multipath mapping of reads to a graph
| #define OPT_ALT_PATHS 1030 |
| #define OPT_ALWAYS_CHECK_POPULATION 1002 |
| #define OPT_APPROX_EXP 1008 |
| #define OPT_BAND_PADDING_MULTIPLIER 1012 |
| #define OPT_COMPONENT_MIN_DIST 1011 |
| #define OPT_FAN_OUT_DIFF 1027 |
| #define OPT_FAN_OUT_QUAL 1025 |
| #define OPT_FORCE_HAPLOTYPE_COUNT 1004 |
| #define OPT_GREEDY_MEM_RESTART_MAX_LCP 1021 |
| #define OPT_GREEDY_MIN_DIST 1010 |
| #define OPT_HARD_HIT_MAX_MULTIPLIER 1013 |
| #define OPT_MAX_FANS_OUT 1026 |
| #define OPT_MAX_MOTIF_PAIRS 1036 |
| #define OPT_MAX_PATHS 1009 |
| #define OPT_MAX_RESCUE_ATTEMPTS 1014 |
| #define OPT_MAX_RESCUE_P_VALUE 1029 |
| #define OPT_MIN_DIST_CLUSTER 1007 |
| #define OPT_NO_CLUSTER 1019 |
| #define OPT_NO_GREEDY_MEM_RESTARTS 1020 |
| #define OPT_NO_OUTPUT 1023 |
| #define OPT_PATH_RESCUE_GRAPH 1028 |
| #define OPT_PRUNE_EXP 1000 |
| #define OPT_RECOMBINATION_PENALTY 1001 |
| #define OPT_REPORT_ALLELIC_MAPQ 1034 |
| #define OPT_RESEED_LENGTH 1035 |
| #define OPT_SECONDARY_MAX_DIFF 1018 |
| #define OPT_SECONDARY_RESCUE_ATTEMPTS 1017 |
| #define OPT_SHORT_MEM_FILTER_FACTOR 1022 |
| #define OPT_SNARL_MAX_CUT 1032 |
| #define OPT_SPLICE_ODDS 1033 |
| #define OPT_STRIP_COUNT 1016 |
| #define OPT_STRIP_LENGTH 1015 |
| #define OPT_STRIPPED_MATCH 1024 |
| #define OPT_SUPPRESS_MISMAPPING_DETECTION 1037 |
| #define OPT_SUPPRESS_SUPPRESSION 1031 |
| #define OPT_SUPPRESS_TAIL_ANCHORS 1005 |
| #define OPT_TOP_TRACEBACKS 1006 |
| void help_mpmap | ( | char ** | argv | ) |
| int main_mpmap | ( | int | argc, |
| char ** | argv | ||
| ) |
| pair< vector< double >, vector< pair< double, double > > > parse_intron_distr_file | ( | ifstream & | strm | ) |
1.9.8