NCBI C++ ToolKit
|
Interface to retrieve list of available windowmasker filtering. More...
#include <algo/blast/core/blast_export.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
void | GetTaxIdWithWindowMaskerSupport (set< int > &supported_taxids) |
This function returns a list of NCBI taxonomy IDs for which there exists windowmasker masking data to support organism specific filtering. More... | |
string | WindowMaskerTaxidToDb (int taxid) |
Get the windowmasker file path for a given taxid. More... | |
string | WindowMaskerTaxidToDb (const string &window_masker_path, int taxid) |
Get the windowmasker file path for a given taxid and base path. More... | |
int | WindowMaskerPathInit (const string &window_masker_path) |
Initialize the path to the windowmasker data files. More... | |
void | WindowMaskerPathReset () |
Resets the path to the windowmasker data files. More... | |
string | WindowMaskerPathGet () |
Retrieves the path to the windowmasker data files. More... | |
Interface to retrieve list of available windowmasker filtering.
Definition in file windowmask_filter.hpp.