MCPcopy 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)]
157pub struct AuxRecord(HashMap<String, String>);
158
159impl AuxRecord {
160 pub fn new(record: &bam::Record, aux_tags: &Option<Vec<String>>) -> Self {

Callers 7

newMethod · 0.85
test_read_orderingFunction · 0.85
test_create_plot_dataFunction · 0.85
test_empty_aux_recordFunction · 0.85
test_aux_recordFunction · 0.85

Calls

no outgoing calls

Tested by 6

test_read_orderingFunction · 0.68
test_create_plot_dataFunction · 0.68
test_empty_aux_recordFunction · 0.68
test_aux_recordFunction · 0.68