| Package | Description |
|---|---|
| htsjdk.variant.variantcontext | |
| htsjdk.variant.vcf |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VariantContextComparator.isCompatible(Collection<VCFContigHeaderLine> headerLines)
Returns true if the given header lines are from a file sorted according to this VariantContextComparator.
|
| Constructor and Description |
|---|
VariantContextComparator(Collection<VCFContigHeaderLine> headerLines)
Creates a VariantContextComparator from the given VCF contig header lines.
|
| Modifier and Type | Method and Description |
|---|---|
List<VCFContigHeaderLine> |
VCFHeader.getContigLines() |
static List<VCFContigHeaderLine> |
VCFUtils.makeContigHeaderLines(SAMSequenceDictionary refDict,
File referenceFile)
Create VCFHeaderLines for each refDict entry, and optionally the assembly if referenceFile != null
|