NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "create_needleman_wunsch_tool_manager.hpp"
#include <gui/objutils/label.hpp>
#include <objects/gbproj/ProjectItem.hpp>
#include <objects/general/Date.hpp>
#include <objects/seq/Annot_descr.hpp>
#include <objects/seq/Annotdesc.hpp>
#include <objects/seqalign/Seq_align.hpp>
#include <objects/seqalign/Seq_align_set.hpp>
#include <objects/seqalign/Score.hpp>
#include <objects/seqalign/Dense_seg.hpp>
#include <algo/sequence/align_cleanup.hpp>
#include <algo/align/util/blast_tabular.hpp>
#include <algo/align/util/hit_filter.hpp>
#include <algo/align/util/score_builder.hpp>
#include <objmgr/seq_vector.hpp>
#include <objmgr/util/sequence.hpp>
#include <objmgr/seq_loc_mapper.hpp>
#include <util/tables/raw_scoremat.h>
#include <algo/align/nw/nw_aligner.hpp>
#include <algo/align/nw/mm_aligner.hpp>
#include <algo/align/nw/nw_band_aligner.hpp>
#include <algo/align/nw/nw_formatter.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static bool | s_ProgressCallback (CNWAligner::SProgressInfo *info) |
|
static |
Definition at line 166 of file create_needleman_wunsch_tool_manager.cpp.
References buf, info, and CCreateNeedlemanWunschJob::ProgressCallback().
Referenced by CCreateNeedlemanWunschJob::x_CreateProjectItems().
USING_SCOPE | ( | objects | ) |