Home
last modified time | relevance | path

Searched refs:s_GetTaxIDList (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/
H A Dblast_args.cpp2310 static void s_GetTaxIDList(const string & in, bool isFile, bool isNegativeList, CRef<CSearchDatabas… in s_GetTaxIDList() function
2385 s_GetTaxIDList(args[kArgTaxIdList].AsString(), false, false, m_SearchDb); in ExtractAlgorithmOptions()
2388 s_GetTaxIDList(args[kArgTaxIdListFile].AsString(), true, false, m_SearchDb); in ExtractAlgorithmOptions()
2391 s_GetTaxIDList(args[kArgNegativeTaxIdList].AsString(), false, true, m_SearchDb); in ExtractAlgorithmOptions()
2394 s_GetTaxIDList(args[kArgNegativeTaxIdListFile].AsString(), true, true, m_SearchDb); in ExtractAlgorithmOptions()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/
H A Dblast_args.cpp2310 static void s_GetTaxIDList(const string & in, bool isFile, bool isNegativeList, CRef<CSearchDatabas… in s_GetTaxIDList() function
2385 s_GetTaxIDList(args[kArgTaxIdList].AsString(), false, false, m_SearchDb); in ExtractAlgorithmOptions()
2388 s_GetTaxIDList(args[kArgTaxIdListFile].AsString(), true, false, m_SearchDb); in ExtractAlgorithmOptions()
2391 s_GetTaxIDList(args[kArgNegativeTaxIdList].AsString(), false, true, m_SearchDb); in ExtractAlgorithmOptions()
2394 s_GetTaxIDList(args[kArgNegativeTaxIdListFile].AsString(), true, true, m_SearchDb); in ExtractAlgorithmOptions()