bio.fai

Source code: bio/fai.seq

class bio.fai.FAIRecord

Properties:

name
length
offset
line_bases
line_width
qual_offset
bio.fai.FAI_COL_NAMES
class bio.fai.FAIReader

Properties:

file
num_necessary_cols

Magic methods:

__init__(path: str, fastq: bool, validate: bool, copy: bool)
__iter__()
__enter__()
__exit__()

Methods:

close()
bio.fai.FAI(path: str, fastq: bool = False, validate: bool = True, copy: bool = True)