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

Method getId

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

@return id field, caller responsibility to split on ";" for multiple ids

()

Source from the content-addressed store, hash-verified

174 * @return id field, caller responsibility to split on ";" for multiple ids
175 */
176 public String getId() {
177 return mId == null ? MISSING : mId;
178 }
179
180 /**
181 * Sets the variant ID

Callers 6

testMethod · 0.95
testUpdateIdMethod · 0.95
testNextMethod · 0.95
testIdMergeMethod · 0.95
loadVcfIdRangesMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by 4

testMethod · 0.76
testUpdateIdMethod · 0.76
testNextMethod · 0.76
testIdMergeMethod · 0.76