MCPcopy 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

testMethod · 0.95
testUpdateQualMethod · 0.95
testNextMethod · 0.95
toStringMethod · 0.95
getQualFunction · 0.45
acceptConditionMethod · 0.45
getValueMethod · 0.45
makeRecordMethod · 0.45

Calls

no outgoing calls

Tested by 3

testMethod · 0.76
testUpdateQualMethod · 0.76
testNextMethod · 0.76