#include <Bpp/Seq/App/BppSequenceApplication.h>
|
| BppSequenceApplication (int argc, char *argv[], const std::string &name) |
|
virtual std::shared_ptr< Alphabet > | getAlphabet (const string &suffix="", bool suffixIsOptional=true, bool allowGeneric=false) const |
|
virtual std::shared_ptr< GeneticCode > | getGeneticCode (std::shared_ptr< const Alphabet > &alphabet, const string &suffix="", bool suffixIsOptional=true) const |
|
virtual std::map< size_t, std::unique_ptr< AlignmentDataInterface > > | getAlignmentsMap (std::shared_ptr< const Alphabet > &alphabet, bool changeGapsToUnknownCharacters=true, bool optionalData=false, const std::string &prefix="input.", const std::string &suffix="", bool suffixIsOptional=true) const |
|
virtual std::map< size_t, std::unique_ptr< const AlignmentDataInterface > > | getConstAlignmentsMap (std::shared_ptr< const Alphabet > &alphabet, bool changeGapsToUnknownCharacters=true, bool optionalData=false, const std::string &prefix="input.", const std::string &suffix="", bool suffixIsOptional=true) const |
|
virtual void | startTimer () |
|
virtual void | done () |
|
virtual const std::map< std::string, std::string > & | getParams () const |
|
virtual std::map< std::string, std::string > & | getParams () |
|
virtual const std::string & | getParam (const std::string &name) const |
|
virtual std::string & | getParam (const std::string &name) |
|
virtual bool | isVerbose () const |
|
virtual int | getWarningLevel () const |
|
virtual void | help (const std::string &program) const |
|
Definition at line 27 of file BppSequenceApplication.h.
◆ BppSequenceApplication()
bpp::BppSequenceApplication::BppSequenceApplication |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ getAlignmentsMap()
map< size_t, unique_ptr< AlignmentDataInterface > > BppSequenceApplication::getAlignmentsMap |
( |
std::shared_ptr< const Alphabet > & |
alphabet, |
|
|
bool |
changeGapsToUnknownCharacters = true , |
|
|
bool |
optionalData = false , |
|
|
const std::string & |
prefix = "input." , |
|
|
const std::string & |
suffix = "" , |
|
|
bool |
suffixIsOptional = true |
|
) |
| const |
|
virtual |
◆ getAlphabet()
shared_ptr< Alphabet > BppSequenceApplication::getAlphabet |
( |
const string & |
suffix = "" , |
|
|
bool |
suffixIsOptional = true , |
|
|
bool |
allowGeneric = false |
|
) |
| const |
|
virtual |
◆ getConstAlignmentsMap()
map< size_t, unique_ptr< const AlignmentDataInterface > > BppSequenceApplication::getConstAlignmentsMap |
( |
std::shared_ptr< const Alphabet > & |
alphabet, |
|
|
bool |
changeGapsToUnknownCharacters = true , |
|
|
bool |
optionalData = false , |
|
|
const std::string & |
prefix = "input." , |
|
|
const std::string & |
suffix = "" , |
|
|
bool |
suffixIsOptional = true |
|
) |
| const |
|
virtual |
◆ getGeneticCode()
shared_ptr< GeneticCode > BppSequenceApplication::getGeneticCode |
( |
std::shared_ptr< const Alphabet > & |
alphabet, |
|
|
const string & |
suffix = "" , |
|
|
bool |
suffixIsOptional = true |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: