Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alignoth/alignoth
/ AuxRecord
Class
AuxRecord
src/plot.rs:157–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
#[derive(Debug, PartialEq, Eq, Default)]
157
pub struct AuxRecord(HashMap<String, String>);
158
159
impl AuxRecord {
160
pub fn new(record: &bam::Record, aux_tags: &Option<Vec<String>>) -> Self {
Callers
7
new
Method · 0.85
test_read_ordering
Function · 0.85
test_read_ordering_with_max_read_depth
Function · 0.85
test_read_position_with_softclips
Function · 0.85
test_create_plot_data
Function · 0.85
test_empty_aux_record
Function · 0.85
test_aux_record
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_read_ordering
Function · 0.68
test_read_ordering_with_max_read_depth
Function · 0.68
test_read_position_with_softclips
Function · 0.68
test_create_plot_data
Function · 0.68
test_empty_aux_record
Function · 0.68
test_aux_record
Function · 0.68