bio.fastq
¶
Source code: bio/fastq.seq
- class bio.fastq.FASTQRecord¶
Properties:
- class bio.fastq.FASTQReader¶
Properties:
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)¶