bpp-seq3
3.0.0
|
Sequence I/O in BppO format. More...
#include <Bpp/Seq/Io/BppOAlignmentWriterFormat.h>
Public Member Functions | |
BppOAlignmentWriterFormat (int warningLevel) | |
virtual | ~BppOAlignmentWriterFormat () |
const std::string | getFormatName () const |
const std::string | getFormatDescription () const |
const std::string | getDataType () const |
std::unique_ptr< OAlignment > | read (const std::string &description) |
Read a OAlignment object from a string. More... | |
virtual const std::map< std::string, std::string > & | getUnparsedArguments () const |
Private Attributes | |
std::map< std::string, std::string > | unparsedArguments_ |
int | warningLevel_ |
Sequence I/O in BppO format.
Creates a new OAlignment object according to distribution description syntax (see the Bio++ Program Suite manual for a detailed description of this syntax).
Definition at line 21 of file BppOAlignmentWriterFormat.h.
|
inline |
Definition at line 29 of file BppOAlignmentWriterFormat.h.
|
inlinevirtual |
Definition at line 33 of file BppOAlignmentWriterFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 40 of file BppOAlignmentWriterFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 38 of file BppOAlignmentWriterFormat.h.
|
inlinevirtual |
Implements bpp::IOFormat.
Definition at line 36 of file BppOAlignmentWriterFormat.h.
|
inlinevirtual |
Definition at line 54 of file BppOAlignmentWriterFormat.h.
References unparsedArguments_.
unique_ptr< OAlignment > BppOAlignmentWriterFormat::read | ( | const std::string & | description | ) |
Read a OAlignment object from a string.
description | A string describing the reader in the keyval syntax. |
Exception | if an error occurred. |
Definition at line 19 of file BppOAlignmentWriterFormat.cpp.
References bpp::ApplicationTools::getStringParameter(), bpp::KeyvalTools::parseProcedure(), and split().
Referenced by bpp::SequenceApplicationTools::writeAlignmentFile().
|
private |
Definition at line 25 of file BppOAlignmentWriterFormat.h.
Referenced by getUnparsedArguments().
|
private |
Definition at line 26 of file BppOAlignmentWriterFormat.h.