18#ifndef RXDOCK_OPERATION_DOCK_H
19#define RXDOCK_OPERATION_DOCK_H
32dock(std::string strLigandMdlFile, std::string strOutputMdlFile,
33 bool bOutputCrd, std::string strOutputCrdFile,
bool bOutputHistory,
34 std::string strOutputHistoryFilePrefix, std::string strReceptorPrmFile,
35 std::string strParamFile,
bool bFilter, std::string strFilterFile,
36 bool bDockingRuns, std::size_t nDockingRuns,
bool bPosIonise,
37 bool bNegIonise,
bool bExplH,
bool bTarget,
double dTargetScore,
38 bool bContinue,
bool bSeed, std::size_t nSeed);
RBTDLL_EXPORT int dock(std::string strLigandMdlFile, std::string strOutputMdlFile, bool bOutputCrd, std::string strOutputCrdFile, bool bOutputHistory, std::string strOutputHistoryFilePrefix, std::string strReceptorPrmFile, std::string strParamFile, bool bFilter, std::string strFilterFile, bool bDockingRuns, std::size_t nDockingRuns, bool bPosIonise, bool bNegIonise, bool bExplH, bool bTarget, double dTargetScore, bool bContinue, bool bSeed, std::size_t nSeed)
Docks ligand(s) to the receptor.
Definition Dock.cxx:47