Package | Description |
---|---|
htsjdk.variant.variantcontext.writer | |
htsjdk.variant.vcf |
Modifier and Type | Method and Description |
---|---|
protected VCFHeaderLineCount |
BCF2FieldEncoder.getCountType() |
Modifier and Type | Method and Description |
---|---|
VCFHeaderLineCount |
VCFCompoundHeaderLine.getCountType() |
static VCFHeaderLineCount |
VCFHeaderLineCount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCFHeaderLineCount[] |
VCFHeaderLineCount.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
VCFCompoundHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description,
VCFCompoundHeaderLine.SupportedHeaderLineType lineType)
create a VCF format header line
|
VCFFormatHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description) |
VCFInfoHeaderLine(String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
String description) |