NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/loaders/vcf_assembly_sel_panel.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/compressed_file.hpp>
#include <gui/utils/job_future.hpp>
#include <corelib/ncbifile.hpp>
#include <wx/dirdlg.h>
#include <wx/filename.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/statbox.h>
#include <gui/widgets/loaders/columnar_vcf_reader.hpp>
#include <gui/widgets/loaders/assembly_sel_panel.hpp>
#include <gui/widgets/loaders/map_assembly_params.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static string | s_ReadVCFAssembly (CColumnarVCFReader *reader, const wxString &input_vcf, ICanceled &canceled) |
Variables | |
static const char * | kMappingAssembly = ".MapAssembly" |
|
static |
Definition at line 168 of file vcf_assembly_sel_panel.cpp.
References Error(), file, CColumnarVCFReader::GetAssembly(), CException::GetMsg(), ICanceled::IsCanceled(), LOG_POST, CColumnarVCFReader::ReadHeader(), and CException::what().
Referenced by CVcfAssemblySelectionPanel::x_ReadAssembly().
USING_SCOPE | ( | objects | ) |
|
static |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSEBUTTON
Definition at line 250 of file vcf_assembly_sel_panel.cpp.
Referenced by CVcfAssemblySelectionPanel::LoadSettings(), and CVcfAssemblySelectionPanel::SaveSettings().