restyp_lib_file = <str:1> | '$(LIB)/restyp.lib' | residue type library |
Note that if you choose to use a different residue type library, you should read it before loading parameter and topology libraries.
# Example for: libraries.read_restyp() # This will read again a user specified residue type library, perhaps # to read in the new user-defined residue types. # Just read the default file again for this example: log.verbose() env = environ() env.libs.read_restyp(restyp_lib_file='$(LIB)/restyp.lib')