Home
last modified time | relevance | path

Searched refs:mothurProgramPath (Results 1 – 3 of 3) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/
H A Dcurrentfile.h86 …h(string f) { lock_guard<std::mutex> guard(currentProtector); mothurProgramPath = util.getFu… in setProgramPath()
94 …getProgramPath() { lock_guard<std::mutex> guard(currentProtector); return mothurProgramPath; } in getProgramPath()
116 …k(outputDir); locations.push_back(defaultPath); locations.push_back(mothurProgramPath); locations.… in getLocations()
137 string logFileName, mothurProgramPath, homePath; variable
H A Dutils.hpp86 …bool findTool(string& toolName, string&, string mothurProgramPath, vector<string>&, vector<string>…
87 … bool findBlastLocation(string& toolLocation, string mothurProgramPath, vector<string> locations);
H A Dutils.cpp726 bool Utils::findBlastLocation(string& toolLocation, string mothurProgramPath, vector<string> locati… in findBlastLocation() argument
737 … foundTool = findTool(programName, toolLocation, mothurProgramPath, versionOutputs, locations); in findBlastLocation()
750 bool Utils::findTool(string& toolName, string& toolLocation, string mothurProgramPath, vector<strin… in findTool() argument
753 string toolCommand = mothurProgramPath + toolName; //windows def in findTool()