bio.fasta

Source code: bio/fasta.seq

class bio.fasta.FASTARecord

Properties:

header
name
comment
seq
class bio.fasta.FASTAReader

Properties:

file
gzfile

Magic methods:

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

Methods:

close()
write(seqs_iter, path)
bio.fasta.FASTA(path: str, validate: bool = True, gzip: bool = True, copy: bool = True, fai: bool = True)
class bio.fasta.pFASTARecord

Properties:

name
seq
class bio.fasta.pFASTAReader

Properties:

file
gzfile

Magic methods:

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

Methods:

close()
bio.fasta.pFASTA(path: str, validate: bool = True, gzip: bool = True, copy: bool = True)