Changes for version 0.10 - 2019-06-03

  • FIXED Comments parser was not working for FASTA files
  • Added unit tests for comments
  • Moved release tests to xt/release
  • Added 'Counter.pl' sample script, counting sequences in FASTA/FASTQ files

Documentation

A minimal implementation of the FASTX::Reader module to show how to parse a FASTA/FASTQ files
A minimal implementation of the FASTX::Reader, used to count sequences in FASTA / FASTQ files
A minimal implementation of the FASTX::Reader module to show how to parse a FASTA/FASTQ files

Modules

A lightweight module to parse FASTA and FASTQ files, based on Heng Li's readfq() method, packaged in an object oriented parser.
A lightweight FASTA and FASTQ reader based on Heng Li's parser.