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

AUTHOR

Andrea Telatin, 2019