NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbienv.hpp>
#include <corelib/ncbiargs.hpp>
#include <corelib/ncbifile.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/object_manager.hpp>
#include <algo/sequence/gap_analysis.hpp>
#include <objtools/data_loaders/genbank/gbloader.hpp>
#include <objtools/readers/fasta.hpp>
#include <objects/submit/Seq_submit.hpp>
#include <objects/misc/sequence_util_macros.hpp>
#include <util/format_guess.hpp>
#include <util/table_printer.hpp>
#include <serial/objistr.hpp>
#include <misc/xmlwrapp/xmlwrapp.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CGapStatsApplication |
Macros | |
#define | ITERATE_GAP_TYPES(iter_name) ITERATE(TGapTypeNameMap, iter_name, sc_gaptypename) |
Functions | |
USING_SCOPE (objects) | |
int | main (int argc, const char *argv[]) |
void | print_xml_node (xml::node *a_node) |
Variables | |
USING_NCBI_SCOPE | |
#define ITERATE_GAP_TYPES | ( | iter_name | ) | ITERATE(TGapTypeNameMap, iter_name, sc_gaptypename) |
Definition at line 127 of file gap_stats.cpp.
Definition at line 1433 of file gap_stats.cpp.
References CNcbiApplicationAPI::AppMain().
void print_xml_node | ( | xml::node * | a_node | ) |
Definition at line 1440 of file gap_stats.cpp.
References xml::node::save_to_string().
USING_SCOPE | ( | objects | ) |
USING_NCBI_SCOPE |
Definition at line 57 of file gap_stats.cpp.