SHORE API
|
FastA file reader. More...
Public Types | |
typedef sequence_record | current_type |
Public Member Functions | |
fasta_reader (const std::string &filename, const bool packed=false, const bool loadfirst=true) | |
fasta_reader (const std::vector< std::string > &fn, const bool packed=false, const bool loadfirst=true) | |
bool | has_data () const |
const shore::sequence_record & | current () const |
void | next () |
Reads the next fasta record. | |
FastA file reader.