public interface VariantContextToGenotypesFactory
| Modifier and Type | Method and Description |
|---|---|
Converter<htsjdk.variant.variantcontext.VariantContext,List<org.bdgenomics.formats.avro.Genotype>> |
create(htsjdk.variant.vcf.VCFHeader header)
Create a new VariantContext to list of Genotypes converter with the specified header.
|
Converter<htsjdk.variant.variantcontext.VariantContext,List<org.bdgenomics.formats.avro.Genotype>> create(htsjdk.variant.vcf.VCFHeader header)
header - header, must not be nullCopyright © 2022. All rights reserved.