Module needletail::parser

source ·
Expand description

Handles all the FASTA/FASTQ parsing

Structs

  • Parser for FASTA files. Only use this directly if you know your file is FASTA and that it is not compressed as it does not handle decompression. If you are unsure, it’s better to use parse_fastx_file.
  • Parser for FASTQ files. Only use this directly if you know your file is FASTQ and that it is not compressed as it does not handle decompression. If you are unsure, it’s better to use parse_fastx_file.
  • A FASTA or FASTQ record

Enums

Traits

  • The main trait, iterator-like, that the FASTA and FASTQ readers implement

Functions