bio.fasta
¶
Source code: bio/fasta.seq
- class bio.fasta.FASTARecord¶
Properties:
- class bio.fasta.FASTAReader¶
Properties:
Magic methods:
- __new__(path: str, validate: bool, gzip: bool, copy: bool, fai: bool)
- __seqs__()
- __iter__()
- __blocks__(size: int)
- __enter__()
- __exit__()
- __getitem__(name: str)
Methods:
- bio.fasta.FASTA(path: str, validate: bool = True, gzip: bool = True, copy: bool = True, fai: bool = True)¶
- class bio.fasta.pFASTARecord¶
Properties:
- class bio.fasta.pFASTAReader¶
Properties:
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)¶