VCFIDHeaderLine
, Serializable
, Comparable
public class VCFFilterHeaderLine extends VCFSimpleHeaderLine
ALLOW_UNBOUND_DESCRIPTIONS, UNBOUND_DESCRIPTION
Constructor | Description |
---|---|
VCFFilterHeaderLine(String name) |
Convenience constructor for FILTER whose description is the name
|
VCFFilterHeaderLine(String line,
VCFHeaderVersion version) |
create a VCF info header line
|
VCFFilterHeaderLine(String name,
String description) |
create a VCF filter header line
|
Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
get the "Description" field
|
boolean |
shouldBeAddedToDictionary() |
By default the header lines won't be added to the dictionary, unless this method will be override (for example in FORMAT, INFO or FILTER header lines)
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo, getKey, getValue, isHeaderLine, toString, toStringEncoding
equals, getID, hashCode, initialize, toStringEncoding
public VCFFilterHeaderLine(String name, String description)
name
- the name for this header linedescription
- the description for this header linepublic VCFFilterHeaderLine(String name)
name
- public VCFFilterHeaderLine(String line, VCFHeaderVersion version)
line
- the header lineversion
- the vcf header versionpublic boolean shouldBeAddedToDictionary()
VCFHeaderLine
shouldBeAddedToDictionary
in class VCFHeaderLine
public String getDescription()