diff --git a/classvg_1_1HaplotypeIndexer-members.html b/classvg_1_1HaplotypeIndexer-members.html index a3ca67f343..bb4413517f 100644 --- a/classvg_1_1HaplotypeIndexer-members.html +++ b/classvg_1_1HaplotypeIndexer-members.html @@ -76,7 +76,7 @@ batch_file_prefixvg::HaplotypeIndexer build_gbwt(const std::vector< std::string > &vcf_parse_files, const std::string &job_name="GBWT", const PathHandleGraph *graph=nullptr, const std::unordered_set< path_handle_t > *paths=nullptr, bool skip_unvisited_paths=false) constvg::HaplotypeIndexer build_gbwt(const PathHandleGraph &graph) constvg::HaplotypeIndexer - build_gbwt(const PathHandleGraph &graph, const std::vector< std::string > &aln_filenames, const std::string &aln_format) constvg::HaplotypeIndexer + build_gbwt(const HandleGraph &graph, const std::vector< std::string > &aln_filenames, const std::string &aln_format, size_t parallel_jobs=1) constvg::HaplotypeIndexer create_progress(const string &message, long count)vg::Progressive create_progress(long count)vg::Progressive destroy_progress(void)vg::Progressive diff --git a/classvg_1_1HaplotypeIndexer.html b/classvg_1_1HaplotypeIndexer.html index b37bbdd094..07af46187d 100644 --- a/classvg_1_1HaplotypeIndexer.html +++ b/classvg_1_1HaplotypeIndexer.html @@ -99,8 +99,8 @@   std::unique_ptr< gbwt::DynamicGBWT > build_gbwt (const PathHandleGraph &graph) const   -std::unique_ptr< gbwt::DynamicGBWT > build_gbwt (const PathHandleGraph &graph, const std::vector< std::string > &aln_filenames, const std::string &aln_format) const -  +std::unique_ptr< gbwt::GBWT > build_gbwt (const HandleGraph &graph, const std::vector< std::string > &aln_filenames, const std::string &aln_format, size_t parallel_jobs=1) const +  - Public Member Functions inherited from vg::Progressive void preload_progress (const string &message)   @@ -181,35 +181,16 @@

Member Function Documentation

- -

◆ build_gbwt() [1/3]

+ +

◆ build_gbwt() [1/3]

- + - - - - -
std::unique_ptr< gbwt::DynamicGBWT > vg::HaplotypeIndexer::build_gbwt std::unique_ptr< gbwt::GBWT > vg::HaplotypeIndexer::build_gbwt (const PathHandleGraphgraph) const
-
-

Build a GBWT from the embedded non-alt paths in the graph.

- -
-
- -

◆ build_gbwt() [2/3]

- -
-
- - - - - + @@ -222,7 +203,13 @@

- + + + + + + + @@ -232,7 +219,27 @@

Build a GBWT from the alignments. Each distinct alignment name becomes a sample in the GBWT metadata. If there are multiple alignments with the same name, the corresponding GBWT path names will have the same sample identifier but different values in the count field.

-

aln_format can be "GAM" or "GAF"

+

aln_format can be "GAM" or "GAF".

+

Runs approximately the given number of jobs in parallel. The exact number depends on the sizes of weakly connected components in the graph. Each job uses at most 2 threads.

+ + + +
+

◆ build_gbwt() [2/3]

+ +
+
+
std::unique_ptr< gbwt::DynamicGBWT > vg::HaplotypeIndexer::build_gbwt (const PathHandleGraphconst HandleGraph graph,
const std::string & aln_format aln_format,
size_t parallel_jobs = 1 
+ + + + + + + +
std::unique_ptr< gbwt::DynamicGBWT > vg::HaplotypeIndexer::build_gbwt (const PathHandleGraphgraph) const
+
+

Build a GBWT from the embedded non-alt paths in the graph.

diff --git a/functions_b.html b/functions_b.html index abbc4f3c38..1fe9866805 100644 --- a/functions_b.html +++ b/functions_b.html @@ -347,7 +347,7 @@

- b -