Class VcfWriter

java.lang.Object
org.pharmgkb.parser.vcf.VcfWriter
All Implemented Interfaces:
Closeable, AutoCloseable

public class VcfWriter extends Object implements Closeable
Writes to VCF format from a VcfSample, VcfPositions, and VcfMetadata. For now, this class performs little validation of its own, relying on VcfParser instead. For that reason, it is currently package-accessible only.
See Also: