Skip to content

Commit

Permalink
Commit forgotten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Oct 28, 2024
1 parent 88181db commit e98cda2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bdsg/include/bdsg/overlays/packed_reference_path_overlay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ using namespace handlegraph;
/*
* An overlay that adds fast access to paths in addition to allowing path
* position queries on them.
*
* TODO: Won't work properly with paths hidden from for_each_path_handle on the
* backing graph, since they won't be indexed but we also won't pass any kind
* of queries through to the backign graph for queries we expect to be able to
* fulfil from the index. Unkike in PackedPositionOverlay, we now expect the
* index to have some path data in it, not just offset tables that we wouldn't
* expect to use for hidden (i,e, haplotype) paths. We should make the overlay
* transparent so hidden paths work properly, or remove hidden paths.
*/
class PackedReferencePathOverlay : public PackedPositionOverlay {

Expand Down

0 comments on commit e98cda2

Please sign in to comment.