NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <objects/general/general__.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seq/seq__.hpp>
#include <objects/seqres/seqres__.hpp>
#include <objmgr/impl/data_source.hpp>
#include <objmgr/impl/tse_loadlock.hpp>
#include <objmgr/impl/tse_chunk_info.hpp>
#include <objmgr/data_loader_factory.hpp>
#include <corelib/plugin_manager_impl.hpp>
#include <corelib/plugin_manager_store.hpp>
#include <sra/data_loaders/csra/csraloader.hpp>
#include <sra/data_loaders/csra/impl/csraloader_impl.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CLoaderFilter |
class | CRevoker |
class | CCSRA_DataLoaderCF |
Functions | |
NCBI_PARAM_DECL (string, CSRA, ACCESSIONS) | |
NCBI_PARAM_DEF (string, CSRA, ACCESSIONS, "") | |
NCBI_PARAM_DECL (bool, CSRA_LOADER, PILEUP_GRAPHS) | |
NCBI_PARAM_DEF_EX (bool, CSRA_LOADER, PILEUP_GRAPHS, true, eParam_NoThread, CSRA_LOADER_PILEUP_GRAPHS) | |
NCBI_PARAM_DECL (bool, CSRA_LOADER, QUALITY_GRAPHS) | |
NCBI_PARAM_DEF_EX (bool, CSRA_LOADER, QUALITY_GRAPHS, false, eParam_NoThread, CSRA_LOADER_QUALITY_GRAPHS) | |
NCBI_PARAM_DECL (int, CSRA_LOADER, MIN_MAP_QUALITY) | |
NCBI_PARAM_DEF_EX (int, CSRA_LOADER, MIN_MAP_QUALITY, 0, eParam_NoThread, CSRA_LOADER_MIN_MAP_QUALITY) | |
NCBI_PARAM_DECL (int, CSRA_LOADER, MAX_SEPARATE_SPOT_GROUPS) | |
NCBI_PARAM_DEF_EX (int, CSRA_LOADER, MAX_SEPARATE_SPOT_GROUPS, 0, eParam_NoThread, CSRA_LOADER_MAX_SEPARATE_SPOT_GROUPS) | |
NCBI_PARAM_DECL (bool, CSRA_LOADER, SPOT_READ_ALIGN) | |
NCBI_PARAM_DEF (bool, CSRA_LOADER, SPOT_READ_ALIGN, false) | |
USING_SCOPE (objects) | |
void | DataLoaders_Register_CSRA (void) |
void | NCBI_EntryPoint_DataLoader_CSRA (CPluginManager< CDataLoader >::TDriverInfoList &info_list, CPluginManager< CDataLoader >::EEntryPointRequest method) |
void | NCBI_EntryPoint_xloader_csra (CPluginManager< objects::CDataLoader >::TDriverInfoList &info_list, CPluginManager< objects::CDataLoader >::EEntryPointRequest method) |
void DataLoaders_Register_CSRA | ( | void | ) |
Definition at line 507 of file csraloader.cpp.
References NCBI_EntryPoint_DataLoader_CSRA().
void NCBI_EntryPoint_DataLoader_CSRA | ( | CPluginManager< CDataLoader >::TDriverInfoList & | info_list, |
CPluginManager< CDataLoader >::EEntryPointRequest | method | ||
) |
Definition at line 545 of file csraloader.cpp.
References CHostEntryPointImpl< TClassFactory >::NCBI_EntryPointImpl().
Referenced by DataLoaders_Register_CSRA(), and NCBI_EntryPoint_xloader_csra().
void NCBI_EntryPoint_xloader_csra | ( | CPluginManager< objects::CDataLoader >::TDriverInfoList & | info_list, |
CPluginManager< objects::CDataLoader >::EEntryPointRequest | method | ||
) |
Definition at line 553 of file csraloader.cpp.
References NCBI_EntryPoint_DataLoader_CSRA().
NCBI_PARAM_DECL | ( | bool | , |
CSRA_LOADER | , | ||
PILEUP_GRAPHS | |||
) |
NCBI_PARAM_DECL | ( | bool | , |
CSRA_LOADER | , | ||
QUALITY_GRAPHS | |||
) |
NCBI_PARAM_DECL | ( | bool | , |
CSRA_LOADER | , | ||
SPOT_READ_ALIGN | |||
) |
NCBI_PARAM_DECL | ( | int | , |
CSRA_LOADER | , | ||
MAX_SEPARATE_SPOT_GROUPS | |||
) |
NCBI_PARAM_DECL | ( | int | , |
CSRA_LOADER | , | ||
MIN_MAP_QUALITY | |||
) |
NCBI_PARAM_DECL | ( | string | , |
CSRA | , | ||
ACCESSIONS | |||
) |
NCBI_PARAM_DEF | ( | string | , |
CSRA | , | ||
ACCESSIONS | , | ||
"" | |||
) |
NCBI_PARAM_DEF_EX | ( | bool | , |
CSRA_LOADER | , | ||
PILEUP_GRAPHS | , | ||
true | , | ||
eParam_NoThread | , | ||
CSRA_LOADER_PILEUP_GRAPHS | |||
) |
NCBI_PARAM_DEF_EX | ( | bool | , |
CSRA_LOADER | , | ||
QUALITY_GRAPHS | , | ||
false | , | ||
eParam_NoThread | , | ||
CSRA_LOADER_QUALITY_GRAPHS | |||
) |
NCBI_PARAM_DEF_EX | ( | int | , |
CSRA_LOADER | , | ||
MAX_SEPARATE_SPOT_GROUPS | , | ||
0 | , | ||
eParam_NoThread | , | ||
CSRA_LOADER_MAX_SEPARATE_SPOT_GROUPS | |||
) |
NCBI_PARAM_DEF_EX | ( | int | , |
CSRA_LOADER | , | ||
MIN_MAP_QUALITY | , | ||
0 | , | ||
eParam_NoThread | , | ||
CSRA_LOADER_MIN_MAP_QUALITY | |||
) |
USING_SCOPE | ( | objects | ) |
BEGIN_LOCAL_NAMESPACE |
Definition at line 56 of file csraloader.cpp.
END_LOCAL_NAMESPACE |
Definition at line 77 of file csraloader.cpp.
const char kDataLoader_CSRA_DriverName[] = "csra" |
Definition at line 513 of file csraloader.cpp.