NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/seq_graphic/vcf_heatmap.hpp>
#include <gui/widgets/seq_graphic/graph_cache.hpp>
#include <gui/utils/rmtfilestatus.hpp>
#include <gui/utils/url_utils.hpp>
#include <objmgr/scope.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <util/bitset/bmserial.h>
#include <util/bitset/bmsparsevec_serial.h>
#include <util/checksum.hpp>
#include <corelib/rwstream.hpp>
#include <connect/ncbi_conn_stream.hpp>
#include <corelib/ncbiexec.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
void | s_GetData (const string &data_url, const string &chrom, const string &length, vector< TSeqRange > &ranges) |
void s_GetData | ( | const string & | data_url, |
const string & | chrom, | ||
const string & | length, | ||
vector< TSeqRange > & | ranges | ||
) |
Definition at line 173 of file vcf_heatmap.cpp.
References CRmtFileStatus::Check(), CDirEntry::CreateTmpFile(), CProcess::eHandle, CExec::eNoWait, CRmtFileStatus::ESuggestedAction_Access, CRmtFileStatus::ESuggestedAction_Skip, CDirEntry::eTmpFileCreate, eUnknown, CRmtScriptTimeout::Get(), CProcess::CExitInfo::GetExitCode(), CExec::CResult::GetProcessHandle(), CDirEntry::GetTmpName(), NCBI_THROW, NULL, NStr::NumericToString(), CRmtFileStatus::Set(), CExec::SpawnL(), and CProcess::Wait().
Referenced by CVcfHeatmap::x_InitData().
USING_SCOPE | ( | objects | ) |