-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4433 from vgteam/faster-gam-gaf-gbwt
Faster GBWT construction from GAM/GAF
- Loading branch information
Showing
22 changed files
with
306 additions
and
439 deletions.
There are no files selected for viewing
Submodule gbwt
updated
13 files
+1 −1 | LICENSE | |
+12 −3 | Makefile | |
+42 −0 | VERSION2.md | |
+23 −1 | include/gbwt/metadata.h | |
+3 −1 | include/gbwt/utils.h | |
+1 −0 | src/build_gbwt.cpp | |
+1 −0 | src/build_ri.cpp | |
+1 −0 | src/merge_gbwt.cpp | |
+46 −11 | src/metadata.cpp | |
+1 −0 | src/metadata_tool.cpp | |
+1 −0 | src/remove_seq.cpp | |
+12 −3 | tests/Makefile | |
+169 −11 | tests/test_metadata.cpp |
Submodule gbwtgraph
updated
22 files
+1 −0 | .gitignore | |
+16 −13 | Makefile | |
+15 −0 | include/gbwtgraph/algorithms.h | |
+1 −0 | include/gbwtgraph/gbwtgraph.h | |
+104 −8 | include/gbwtgraph/internal.h | |
+213 −0 | include/gbwtgraph/subgraph.h | |
+28 −1 | include/gbwtgraph/utils.h | |
+221 −0 | src/algorithms.cpp | |
+1 −0 | src/gbz_stats.cpp | |
+4 −0 | src/gfa.cpp | |
+1 −0 | src/gfa2gbwt.cpp | |
+23 −0 | src/internal.cpp | |
+3 −1 | src/kmer_freq.cpp | |
+684 −0 | src/subgraph.cpp | |
+213 −0 | src/subgraph_query.cpp | |
+17 −0 | src/utils.cpp | |
+15 −12 | tests/Makefile | |
+25 −0 | tests/gfas/fragmented.gfa | |
+19 −32 | tests/shared.h | |
+215 −0 | tests/test_algorithms.cpp | |
+720 −0 | tests/test_subgraph.cpp | |
+4 −6 | tests/test_utils.cpp |
Submodule gcsa2
updated
7 files
+12 −3 | Makefile | |
+12 −3 | benchmark/Makefile | |
+3 −1 | include/gcsa/utils.h | |
+2 −1 | src/build_gcsa.cpp | |
+1 −0 | src/convert_graph.cpp | |
+1 −0 | src/gcsa_format.cpp | |
+1 −0 | src/try_extend.cpp |
Submodule sdsl-lite
updated
35 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
519656f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vg CI tests complete for merge to master. View the full report here.
16 tests passed, 0 tests failed and 0 tests skipped in 17482 seconds