Skip to content

Commit

Permalink
Merge pull request #4333 from vgteam/faster-gbz-surject
Browse files Browse the repository at this point in the history
Faster gbz surject
  • Loading branch information
jeizenga authored Jul 8, 2024
2 parents 7009793 + 1664bdf commit 5d48ad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/subpath_overlay.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef VG_SUBGRAPH_OVERLAY_HPP_INCLUDED
#define VG_SUBGRAPH_OVERLAY_HPP_INCLUDED
#ifndef VG_SUBPATH_OVERLAY_HPP_INCLUDED
#define VG_SUBPATH_OVERLAY_HPP_INCLUDED

/**
* \file subgraph_overlay.hpp
* \file subpath_overlay.hpp
*
* Provides SourceSinkOverlay, a HandleGraph implementation that joins all the
* heads and tails of a backing graph to single source and sink nodes.
* Provides SubpathOverlay, a PathHandleGraph overlay that presents an subinterval
* of a path as a linearized graph.
*
*/

Expand Down Expand Up @@ -104,4 +104,4 @@ class SubpathOverlay : public ExpandingOverlayGraph {

}

#endif
#endif // VG_SUBPATH_OVERLAY_HPP_INCLUDED

1 comment on commit 5d48ad8

@adamnovak
Copy link
Member

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.

3 tests passed, 0 tests failed and 0 tests skipped in 9133 seconds

Please sign in to comment.