Package schrodinger :: Package application :: Package watermap :: Module watermap_inp :: Class WaterMapInput
[hide private]
[frames] | no frames]

Class WaterMapInput

Instance Methods [hide private]
 
__init__(self, protein_st, ligand_st, **kwargs)
 
update(self, **kwargs)
updates states of options
 
reorder_solute(self, st)
reorder atoms so that the very first atom is located close to origin to prevent solute to be shifted to other images.
 
createTip4pFfio(self, ct)
 
make_canonical_solvent(self, st)
Fix atomic order to O H H
 
prepareStructures(self)
Prepare -solute, -protein, -ligand.mae files.
 
_writeStructures(self, jobname)
write structures as mae files
 
writeMSJ(self)
Write multisim file
 
write(self, jobname, suffix='maegz', hostname=None, cpus=None)
Call all write functions
 
run(self, jobname, host, cpu)
Run WaterMap Job
Method Details [hide private]

write(self, jobname, suffix='maegz', hostname=None, cpus=None)

 

Call all write functions

Parameters:
  • jobname (str) - The name of the job in the command example
  • suffix (str) - The file extension for the input file
  • hostname (str) - The name of the host in the command example
  • cpus (int) - The number of cpus in the command example