Package schrodinger :: Package application :: Package vsw :: Module vswinput :: Class VSWWriter
[hide private]
[frames] | no frames]

Class VSWWriter

Use writeInputFile() method

Instance Methods [hide private]
 
__init__(self, jp=None)
Initialize from parameters dictionary.
 
writeDockingStage(self, mode, receptor, input, output, outtype, gencodes_out_set=None, frags=False, recombine=True, unique_field=None)
Writes stage that describes how the docking will be executed.
 
writeGenConfsStage(self, receptor_suffix, input, output)
Writes stages that generate MMFFs and OPLS conformers from the input, combine them with the input, and put into output.
 
writePreFilterStage(self, input, output, custom_filter_text)
Writes the stage that filters by specified LigFilter criteria
 
writePrepareStages(self, lastoutput, recombine)
 
writeInputFile(self)
Writes the VSW input file
Method Details [hide private]

writeInputFile(self)

 

Writes the VSW input file

Raises a RuntimeError on error.