#include <RepeatMatchList.h>
Inheritance diagram for mems::RepeatMatchList:


Public Member Functions | |
| void | LoadSequences (std::ostream *log_stream) |
| void | LoadSMLs (uint mer_size, std::ostream *log_stream) |
| void | ReadList (std::istream &match_stream) |
| Reads a MatchList from an input stream Sequence and SML file names are read into the seq_filename and sml_filename vectors, but the actual files are not opened. | |
| RepeatMatchList (const RepeatMatchList &ml) | |
| RepeatMatchList () | |
| void | WriteList (std::ostream &match_stream) const |
| Writes a MatchList to the designated output stream. | |
|
|
Definition at line 28 of file RepeatMatchList.cpp. References mems::MatchList. |
|
|
|
|
|
Definition at line 33 of file RepeatMatchList.cpp. References uint. |
|
||||||||||||
|
Definition at line 73 of file RepeatMatchList.cpp. References mems::GenericMatchList< MatchPtrType >::GetDefaultMerSize(), getSolidSeed(), mems::FileSML::LoadFile(), mems::SortedMerList::Seed(), uint, and mems::uint64. |
|
|
Reads a MatchList from an input stream Sequence and SML file names are read into the seq_filename and sml_filename vectors, but the actual files are not opened. The calling function should load them after using this method.
Definition at line 155 of file RepeatMatchList.cpp. References mems::MatchHashEntry::CalculateOffset(), mems::MatchHashEntry::Copy(), mems::Match, mems::MatchID_t, mems::UngappedLocalAlignment< AbstractMatchImpl >::SetLength(), uint, and mems::uint32. |
|
|
Writes a MatchList to the designated output stream.
Definition at line 251 of file RepeatMatchList.cpp. References mems::Match, and mems::MatchID_t. |
1.3.6