#include <readfilter.hpp>
|
| enum | FilterName {
read = 0,
wrong_name,
wrong_refpos,
excluded_feature,
min_score,
min_sec_score,
max_overhang,
min_end_matches,
min_mapq,
split,
repeat,
defray,
defray_all,
random,
min_base_qual,
filtered,
last
} |
| |
◆ FilterName
| Enumerator |
|---|
| read | |
| wrong_name | |
| wrong_refpos | |
| excluded_feature | |
| min_score | |
| min_sec_score | |
| max_overhang | |
| min_end_matches | |
| min_mapq | |
| split | |
| repeat | |
| defray | |
| defray_all | |
| random | |
| min_base_qual | |
| filtered | |
| last | |
◆ Counts()
| vg::ReadFilter::Counts::Counts |
( |
| ) |
|
|
inline |
◆ keep()
| bool vg::ReadFilter::Counts::keep |
( |
| ) |
|
|
inline |
◆ operator+=()
| Counts& vg::ReadFilter::Counts::operator+= |
( |
const Counts & |
other | ) |
|
|
inline |
◆ reset()
| void vg::ReadFilter::Counts::reset |
( |
| ) |
|
|
inline |
◆ set_paired_all()
| Counts& vg::ReadFilter::Counts::set_paired_all |
( |
| ) |
|
|
inline |
If not all reads were filtered, count filtered ones as unfiltered.
◆ set_paired_any()
| Counts& vg::ReadFilter::Counts::set_paired_any |
( |
| ) |
|
|
inline |
If any read was filtered, count the other read as filtered.
◆ counts
| vector<size_t> vg::ReadFilter::Counts::counts |
The documentation for this struct was generated from the following file: