Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealTimeGenomics/rtg-tools
/ getQuality
Method
getQuality
src/main/java/com/rtg/vcf/VcfRecord.java:257–259 ·
view source on GitHub ↗
@return quality
()
Source
from the content-addressed store, hash-verified
255
* @
return
quality
256
*/
257
public
String getQuality() {
258
return
mQual == null ? MISSING : mQual;
259
}
260
261
/**
262
* @param qual set quality values
Callers
10
test
Method · 0.95
testUpdateQual
Method · 0.95
testNext
Method · 0.95
toString
Method · 0.95
getQual
Function · 0.45
mergeRecordsWithSameRef
Method · 0.45
acceptCondition
Method · 0.45
getDoubleQualFromRecord
Method · 0.45
getValue
Method · 0.45
makeRecord
Method · 0.45
Calls
no outgoing calls
Tested by
3
test
Method · 0.76
testUpdateQual
Method · 0.76
testNext
Method · 0.76