Home
last modified time | relevance | path

Searched refs:SetExcludedMods (Results 1 – 10 of 10) sorted by relevance

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/readers/
H A Dmod_reader.hpp108 void SetExcludedMods(const vector<string>& excluded_mods);
H A Dfasta.hpp177 void SetExcludedMods(const vector<string>& excluded_mods);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/readers/
H A Dmod_reader.hpp108 void SetExcludedMods(const vector<string>& excluded_mods);
H A Dfasta.hpp177 void SetExcludedMods(const vector<string>& excluded_mods);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/unit_test/
H A Dunit_test_fasta_reader.cpp262 fasta_reader.SetExcludedMods(config_info.excluded_mods); in sReadInputAndGenerateAsn()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dmod_reader.cpp197 void CModHandler::SetExcludedMods(const vector<string>& excluded_mods) in SetExcludedMods() function in CModHandler
H A Dfasta.cpp1953 void CFastaReader::SetExcludedMods(const vector<string>& excluded_mods) in SetExcludedMods() function in CFastaReader
1955 m_ModHandler.SetExcludedMods(excluded_mods); in SetExcludedMods()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dmod_reader.cpp197 void CModHandler::SetExcludedMods(const vector<string>& excluded_mods) in SetExcludedMods() function in CModHandler
H A Dfasta.cpp1953 void CFastaReader::SetExcludedMods(const vector<string>& excluded_mods) in SetExcludedMods() function in CFastaReader
1955 m_ModHandler.SetExcludedMods(excluded_mods); in SetExcludedMods()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dsrc_quals.cpp680 mod_handler.SetExcludedMods({"lineage"}); in operator ()()