The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

reader.pl - A minimal implementation of the FASTX::Reader module to show how to parse a FASTA/FASTQ files

USAGE

  reader.pl FILE1 FILE2 ... FILE{n}

If no arguments are supplied, it will parse two test files contained in the script directory

NOTES

The printed sequences can be slightly different from the input file as the header will be {name}{space}{comments}, but any white space (including a tab) could be the comment separator

WEBSITES

https://github.com/telatin/FASTQ-Parser

The GitHub repository for this module

https://metacpan.org/pod/FASTX::Reader

The MetaCPAN page for this module

AUTHORS

Andrea Telatin
Fabrizio Levorin