schrodinger.pipeline.input module¶
Classes for writing Pipeline input files.
Copyright Schrodinger, LLC. All rights reserved.
- class schrodinger.pipeline.input.Writer(filename=None, comment=None)[source]¶
Bases:
objectClass for writing pipeline input files.
- addVar(vname, vclass, data, comment=None)[source]¶
Add a variable of name
vnameand classvclass. Forvclassof “PhaseDB” and “Grid”,datashould be a single path; forvclassof “Structures”,datashould be a list of files.The argument
commentis ignored.
- class schrodinger.pipeline.input.LinearWriter(filename, comment=None)[source]¶
Bases:
schrodinger.pipeline.input.WriterClass for writing linear stage maps (ones with no branches).
- setStructureOutput(varname)¶
Set structure output to
varname(overwriting the previous one, if any). The structures from this variable will be imported into Maestro when incorporating.
- userOutput(varname)¶
Append output parameter descriptors to
self.userouts.
- write(filename=None)¶
Serialize the job parameters to a file.