createHexInp(recPdb,
recModel,
ligPdb,
ligModel,
comPdb=None,
outFile=None,
macDock=None,
silent=0,
sol=512)
| source code |
Prepare a Hex macro file for the docking of the receptor(s) against
ligand(s).
-
- Parameters:
recPdb (str ) - hex-formatted PDB
recModel (str ) - hex-formatted PDB
ligPdb (PDBModel ) - PDBModel, get distances from this one
ligModel (PDBModel ) - PDBModel, getdistances from this one
comPdb (str ) - reference PDB
outFile (str ) - base of file name for mac and out
macDock (None|1|0 ) - None -> hex decides (from the size of the molecule), 1
-> force macroDock, 0-> force off (default: None)
silent (0|1 ) - don't print distances and macro warnings (default: 0)
sol (int ) - number of solutions that HEx should save (default: 512)
- Returns:
str, str, boolean
- HEX macro file name, HEX out generated bu the macro, macro
docking status
|