|
Namespaces |
namespace | seq |
Functions |
void | seq::readFastaEntry (std::istream &i, std::string &name, std::string &description, std::string &sequence) throw (ParseException) |
void | seq::writeFastaEntry (std::ostream &o, const std::string &name, const std::string &description, const std::string &sequence) |
std::istream & | seq::operator>> (std::istream &i, AASequence &sequence) throw (ParseException) |
| Read an amino acid sequence in FASTA format from the given stream.
|
std::ostream & | seq::operator<< (std::ostream &o, const AASequence &sequence) |
| Write an amino acid sequence to the given stream in FASTA format.
|