bio.fastq

Source code: bio/fastq.seq

class bio.fastq.FASTQRecord

Properties:

header
name
comment
read
seq
qual
class bio.fastq.FASTQReader

Properties:

file
gzfile

Magic methods:

__new__(path: str, validate: bool, gzip: bool, copy: bool)
__seqs__()
__iter__()
__blocks__(size: int)
__enter__()
__exit__()

Methods:

close()
bio.fastq.FASTQ(path: str, validate: bool = True, gzip: bool = True, copy: bool = True)