NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seq/Seq_ext.hpp>
#include <objects/seq/Delta_ext.hpp>
#include <objects/seq/Delta_seq.hpp>
#include <objects/seqfeat/RNA_ref.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <gui/packages/pkg_sequence_edit/miscedit_util.hpp>
#include <gui/objutils/cmd_change_seq_feat.hpp>
#include <gui/objutils/cmd_del_seq_feat.hpp>
#include <objmgr/util/sequence.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/edit/generic_report_dlg.hpp>
#include <objtools/edit/text_object_description.hpp>
#include <objtools/format/flat_file_config.hpp>
#include <objtools/format/flat_file_generator.hpp>
#include <objmgr/util/seq_loc_util.hpp>
#include <objmgr/seq_map.hpp>
#include <objmgr/seq_map_ci.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objtools/validator/utilities.hpp>
#include <gui/packages/pkg_sequence_edit/split_cds_with_too_many_n.hpp>
#include <gui/packages/pkg_sequence_edit/convert_cds_with_gaps_to_misc_feat.hpp>
#include <wx/stattext.h>
#include <wx/msgdlg.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef pair< size_t, bool > | TRNALength |
typedef map< const char *, TRNALength > | TRNALengthMap |
Functions | |
USING_SCOPE (objects) | |
Variables | |
static const TRNALengthMap | kTrnaLengthMap |
typedef pair<size_t, bool> TRNALength |
Definition at line 520 of file convert_cds_with_gaps_to_misc_feat.cpp.
typedef map<const char*, TRNALength > TRNALengthMap |
Definition at line 521 of file convert_cds_with_gaps_to_misc_feat.cpp.
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 523 of file convert_cds_with_gaps_to_misc_feat.cpp.
Referenced by CConvertBadCdsAndRnaToMiscFeat::getCdsOverlap(), CConvertBadCdsAndRnaToMiscFeat::getRnaOverlap(), and CConvertBadCdsAndRnaToMiscFeat::IsShortrRNA().