MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / getInfo

Method getInfo

src/main/java/com/rtg/vcf/VcfRecord.java:362–364  ·  view source on GitHub ↗

@return info fields (should be treated as read-only).

()

Source from the content-addressed store, hash-verified

360 * @return info fields (should be treated as read-only).
361 */
362 public Map<String, String> getInfo() {
363 return mInfo;
364 }
365
366 /**
367 * Retrieves an info field value, not split

Callers 15

testMethod · 0.95
testNoPolicyMethod · 0.95
testRetainPolicyMethod · 0.95
testKeepMethod · 0.95
testRemoveMethod · 0.95
testRemoveAllMethod · 0.95
testUpdateInfoSingleMethod · 0.95
testNextMethod · 0.95
formatInfoFieldMethod · 0.95
loadVariantsMethod · 0.95
outputDeNovoMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 9

testMethod · 0.76
testNoPolicyMethod · 0.76
testRetainPolicyMethod · 0.76
testKeepMethod · 0.76
testRemoveMethod · 0.76
testRemoveAllMethod · 0.76
testUpdateInfoSingleMethod · 0.76
testNextMethod · 0.76