vg
tools for working with variation graphs
|
#include <feature_set.hpp>
Public Attributes | |
string | path_name |
What Path is the feature on? More... | |
size_t | first |
What is the first base's position on that path, inclusive? More... | |
size_t | last |
What is the last base's position on the path, inclusive? More... | |
string | feature_name |
What is the feature name? More... | |
vector< string > | extra_data |
Represents a Feature that occurs on a path between two inclusive coordinates. Carries along all the extra feature data that BED files store.
vector<string> vg::FeatureSet::Feature::extra_data |
What extra BED data should we bring along with this feature? TODO: BED blocks are not parsed and updated, but they should be.
string vg::FeatureSet::Feature::feature_name |
What is the feature name?
size_t vg::FeatureSet::Feature::first |
What is the first base's position on that path, inclusive?
size_t vg::FeatureSet::Feature::last |
What is the last base's position on the path, inclusive?
string vg::FeatureSet::Feature::path_name |
What Path is the feature on?