MCPcopy Create free account
hub / github.com/NVlabs/nvbio / quality

Method quality

nvbio/io/sequence/sequence_encoder.cpp:147–152  ·  view source on GitHub ↗

quality operator

Source from the content-addressed store, hash-verified

145
146 // quality operator
147 uint8 quality(const uint32 i) const
148 {
149 const uint32 index = (FLAGS & REVERSE) ? m_len - i - 1u : i;
150
151 return m_qual[index];
152 }
153
154 const uint32 m_len;
155 const uint8* m_sequence;

Callers 1

encodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected