-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use libvgio that uses quote includes
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule libhandlegraph
updated
3 files
+1 −1 | src/dagify.cpp | |
+2 −0 | src/include/handlegraph/serializable.hpp | |
+1 −1 | src/strongly_connected_components.cpp |
Submodule libvgio
updated
9 files
+12 −0 | README.md | |
+1 −1 | deps/libhandlegraph | |
+3 −3 | include/vg/io/alignment_emitter.hpp | |
+6 −6 | include/vg/io/alignment_io.hpp | |
+1 −1 | include/vg/io/basic_stream.hpp | |
+1 −1 | include/vg/io/edit.hpp | |
+2 −2 | src/alignment_emitter.cpp | |
+1 −1 | src/json2pb.cpp | |
+1 −1 | test.cpp |