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(java.lang.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(java.lang.String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
java.lang.String description,
VCFCompoundHeaderLine.SupportedHeaderLineType lineType)
create a VCF format header line
|
VCFFormatHeaderLine(java.lang.String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
java.lang.String description) |
VCFInfoHeaderLine(java.lang.String name,
VCFHeaderLineCount count,
VCFHeaderLineType type,
java.lang.String description) |