NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <common/ncbi_source_ver.h>
#include <corelib/ncbiapp.hpp>
#include <connect/ncbi_core_cxx.hpp>
#include <serial/serial.hpp>
#include <serial/objistr.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <objmgr/object_manager.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objects/seqset/gb_release_file.hpp>
#include <objects/seqres/Seq_graph.hpp>
#include <objects/seqres/Byte_graph.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seq/seq_macros.hpp>
#include <objects/submit/Seq_submit.hpp>
#include <objtools/cleanup/cleanup.hpp>
#include <objmgr/util/sequence.hpp>
#include <util/compress/zlib.hpp>
#include <util/compress/stream.hpp>
#include <dbapi/driver/drivers.hpp>
#include <misc/data_loaders_util/data_loaders_util.hpp>
#include <objtools/writers/fasta_writer.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CAsn2FastaApp |
Macros | |
#define | PRELOAD_PRODUCTS |
Functions | |
USING_SCOPE (objects) | |
int | main (int argc, const char **argv) |
Variables | |
static const CDataLoadersUtil::TLoaders | kDefaultLoaders |
USING_NCBI_SCOPE | |
#define PRELOAD_PRODUCTS |
Definition at line 1240 of file asn2fasta.cpp.
References CNcbiApplicationAPI::AppMain().
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 177 of file asn2fasta.cpp.
Referenced by CAsn2FastaApp::Init(), and CAsn2FastaApp::Run().
USING_NCBI_SCOPE |
Definition at line 1237 of file asn2fasta.cpp.