|
vg
tools for working with variation graphs
|
Represents a Stage which is a series of Items, which track their own provenance. More...
#include <funnel.hpp>
Public Attributes | |
| string | name |
| vector< Item > | items |
| size_t | projected_count = 0 |
| bool | has_correct = false |
| Does this stage contain any items tagged as correct? More... | |
Represents a Stage which is a series of Items, which track their own provenance.
| bool vg::Funnel::Stage::has_correct = false |
Does this stage contain any items tagged as correct?
| vector<Item> vg::Funnel::Stage::items |
| string vg::Funnel::Stage::name |
| size_t vg::Funnel::Stage::projected_count = 0 |
How many of the items were actually projected? Needed because items may need to expand to hold information for items that have not been projected yet.
1.9.1