class VCFTools::Vcf

Defined in:

VCF_tools/vcf.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_path : String) #

[View source]

Instance Method Detail

def each_variant(&) #

[View source]
def file_path : String #

[View source]
def file_path=(file_path : String) #

[View source]
def genome_build #

Returns the genome build as an Int32


[View source]
def vcf_header #

Returns the VCF header as a string


[View source]