Searched refs:SetExcludedMods (Results 1 – 10 of 10) sorted by relevance
108 void SetExcludedMods(const vector<string>& excluded_mods);
177 void SetExcludedMods(const vector<string>& excluded_mods);
262 fasta_reader.SetExcludedMods(config_info.excluded_mods); in sReadInputAndGenerateAsn()
197 void CModHandler::SetExcludedMods(const vector<string>& excluded_mods) in SetExcludedMods() function in CModHandler
1953 void CFastaReader::SetExcludedMods(const vector<string>& excluded_mods) in SetExcludedMods() function in CFastaReader1955 m_ModHandler.SetExcludedMods(excluded_mods); in SetExcludedMods()
680 mod_handler.SetExcludedMods({"lineage"}); in operator ()()