-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into rna-crash
- Loading branch information
Showing
9 changed files
with
122 additions
and
54 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule backward-cpp
updated
14 files
+2 −0 | .clang-format | |
+126 −38 | BackwardConfig.cmake | |
+34 −7 | CMakeLists.txt | |
+61 −8 | README.md | |
+11 −1 | backward.cpp | |
+3,942 −1,825 | backward.hpp | |
+202 −107 | test/_test_main.cpp | |
+45 −46 | test/rectrace.cpp | |
+15 −15 | test/select_signals.cpp | |
+19 −27 | test/stacktrace.cpp | |
+37 −47 | test/suicide.cpp | |
+21 −33 | test/test.cpp | |
+115 −102 | test/test.hpp | |
+28 −42 | test_package/main.cpp |
Submodule gbwtgraph
updated
5 files
+3 −0 | include/gbwtgraph/gfa.h | |
+5 −4 | src/gfa.cpp | |
+11 −1 | src/gfa2gbwt.cpp | |
+21 −0 | tests/gfas/example_chopped.gfa | |
+19 −0 | tests/gfas/example_from_chopping.gfa |
Submodule libbdsg
updated
2 files
+31 −0 | bdsg/include/bdsg/snarl_distance_index.hpp | |
+266 −12 | bdsg/src/snarl_distance_index.cpp |
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
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
191fc3e
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 branch rna-crash. View the full report here.
16 tests passed, 0 tests failed and 0 tests skipped in 17498 seconds
191fc3e
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 branch upstream-master. View the full report here.
14 tests passed, 0 tests failed and 0 tests skipped in 15239 seconds