schrodinger.application.vsw.vswinput module¶
Class for writing VSW (not general Pipeline) input files.
Copyright Schrodinger, LLC. All rights reserved.
-
schrodinger.application.vsw.vswinput.
parse_command_line
()[source]¶ Returns the path to input file, as determined from command line option parser.
-
class
schrodinger.application.vsw.vswinput.
VSWWriter
(jp=None)[source]¶ Bases:
object
Use writeInputFile() method
-
writeDockingStage
(mode, receptor, input, output, outtype, gencodes_out_set=None, frags=False, recombine=True, unique_field=None, multiple_confs=False)[source]¶ Writes stage that describes how the docking will be executed.
-
writeGenConfsStage
(receptor_suffix, input, output)[source]¶ Writes stages that generate MMFFs and OPLS conformers from the input, combine them with the input, and put into output.
-