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

Method parseLine

src/main/java/com/rtg/vcf/VcfParser.java:117–119  ·  view source on GitHub ↗

Turn a line of VCF output into a VcfRecord @param line line of file @return the corresponding record

(String line)

Source from the content-addressed store, hash-verified

115 * @return the corresponding record
116 */
117 public VcfRecord parseLine(String line) {
118 return parseFields(StringUtils.split(line, '\t'));
119 }
120
121 /**
122 * Turn a line of <code>VCF</code> output into a {@link VcfRecord}

Callers 1

setNextMethod · 0.45

Calls 2

parseFieldsMethod · 0.95
splitMethod · 0.95

Tested by

no test coverage detected