|
unique_ptr< AlignmentEmitter > | vg::get_alignment_emitter (const string &filename, const string &format, const vector< tuple< path_handle_t, size_t, size_t >> &paths, size_t max_threads, const HandleGraph *graph, int flags) |
|
vector< tuple< path_handle_t, size_t, size_t > > | vg::get_sequence_dictionary (const string &filename, const vector< string > &path_names, const PathPositionHandleGraph &graph) |
|
pair< vector< pair< string, int64_t > >, unordered_map< string, int64_t > > | vg::extract_path_metadata (const vector< tuple< path_handle_t, size_t, size_t >> &paths, const PathPositionHandleGraph &graph, bool subpath_support) |
|