Trees | Indices | Help |
|
---|
|
Functions and classes for Prime molecule preparation.
It is deprecated as starting with Suite2008, Prime no longer needs structure "pre-fixing".
The wrapper for this module is in:
$SCHRODINGER/mmshare-v*/python/scripts/primefix.py
Copyright Schrodinger, LLC. All rights reserved.
|
|||
FixForPrime Wrapper class to house the combination of methods for fixing a structure for Prime. |
|
|||
|
|||
|
|||
|
|
|||
logger = log.get_output_logger("schrodinger.application.prime.
|
|||
excluded_hets = ["NAD", "NAG", "SO4"]
|
|||
alkali_metals = [3, 11, 19, 37, 55, 87]
|
|||
alkaline_earth_metals = [4, 12, 20, 38, 56, 88]
|
|||
lanthanide_series = [21, 39, 57, 58, 59, 60, 61, 62, 63, 64, 6
|
|||
actinide_series = [89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
|||
transition_metals = [22, 23, 24, 25, 26, 27, 28, 29, 30, 40, 4
|
|||
metalloids = [32, 33, 51, 52, 84, 85]
|
|||
other_metals = [13, 31, 49, 50, 81, 82, 83]
|
|||
all_metals = alkali_metals+ alkaline_earth_metals+ lanthanide_
|
|||
metal_pdbnames = {11: ' NA ', 12: ' MG ', 19: ' K ', 20: ' CA
|
|||
metal_charges = {11: [1], 12: [2], 19: [1], 20: [2], 25: [2, 3
|
|||
metal_default_charges = {11:+ 1, 12:+ 2, 19:+ 1, 20:+ 2, 25:+
|
|
Ev:58049 For the specified atom, counts the number of bonds to it, and if that number doesn't not match with the formal charge for the atom, the formal charge will be adjusted. Assumes that hydrogens have been added already |
Preferred way to use the FixForPrime class. Fixes structure.Structure for Prime calculations. This is the preferred API for scripts implementing primefix.py.
NOTE: Prime can still fail if a residue is not in order of connectivity. If this is the case in your structure, it should be exported as a PDB file and then reimported as a Maestro file before running this script. |
|
logger
|
lanthanide_series
|
actinide_series
|
transition_metals
|
all_metals
|
metal_pdbnames
|
metal_charges
|
metal_default_charges
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:18 2015 | http://epydoc.sourceforge.net |