Class VariantContextToGenotypes

  • All Implemented Interfaces:
    Serializable, Converter<htsjdk.variant.variantcontext.VariantContext,​List<org.bdgenomics.formats.avro.Genotype>>

    public final class VariantContextToGenotypes
    extends AbstractConverter<htsjdk.variant.variantcontext.VariantContext,​List<org.bdgenomics.formats.avro.Genotype>>
    Convert VariantContext to a list of Genotypes.
    See Also:
    Serialized Form
    • Constructor Detail

      • VariantContextToGenotypes

        @Inject
        public VariantContextToGenotypes​(htsjdk.variant.vcf.VCFHeader header)
        Create a new VariantContext to list of Genotypes converter with the specified header.
        Parameters:
        header - header, must not be null