A library to read data from several file formats.
Supported file format :
- fasta format, using the FASTAFileReader and FASTA_element classes.
- sga format, using the SGAFileReader and SGA_element classes.
- ini format, using the ConfigFileReader class
Classes source code, headers and a test suite are provided. To build the test suite and a static library, scripts for the software construction tool Scons are provided. Additionally, the tests require the Unittest++ testing library.