NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <objects/seqloc/Seq_id.hpp>
#include <objtools/readers/aln_reader.hpp>
#include <objtools/readers/fasta.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <gui/objutils/fasta_utils.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CTextAlnReader |
Text-based alignments reader class that does post-processing: * Overrides the local ids; * Removes the well-known sequences from the set; * Updates the organism information for the Seq-entry object by copying the information from a well-known sequence to the local sequence. More... | |