Skip to content

Latest commit

 

History

History
195 lines (128 loc) · 6.74 KB

v0.6_series.rst

File metadata and controls

195 lines (128 loc) · 6.74 KB

ProDy 0.6 Series

New Features:

Improvements:

Changes:

  • "backbone" definition now includes the backbone hydrogen atom (Thanks to Nahren Mascarenhas for pointing to this discrepancy in the keyword definition).

Bug Fixes:

  • A bug in :class:`.PCA` allowed calculating covariance matrix for less than 3 coordinate sets is fixed.
  • A bug in :func:`.mapOntoChain` function that caused problems when mapping all atoms is fixed.

New Features:

Improvements:

Changes:

Bug Fixes:

  • A bug in :class:`WWPDB_PDBFetcher` causing exceptions when non-string items passed in a list is fixed.
  • An important bug in :func:`.parsePDB` is fixed. When parsing backbone or Cα atoms, residue names were not checked and this caused parsing water atoms with name "O" or calcium ions with name "CA".

New Features:

  • Biopython module pairwise2 and packages KDTree and Blast are incorporated in ProDy package to make installation easier. Only NumPy needs to be installed before ProDy can be used. For plotting, Matplotlib is still required.
  • :ref:`nmwiz` is distributed with ProDy source. On Linux, if VMD is installed, ProDy installer locates VMD plugins folder and installs NMWiz. On Windows, user needs to follow a separate set of instructions (see :ref:`nmwiz`).
  • :class:`.Gamma` class is implemented for facilitating use of force constants based on atom type, residue type, or property. An example derived classes are :class:`.GammaStructureBased` and :class:`.GammaVariableCutoff`.
  • :func:`.calcTempFactors` function is implemented to calculate theoretical temperature factors.
  • 5 new :ref:`prody-apps` are implemented, and existing scripts are improved to output figures.
  • :meth:`~.NMA.getModel` method is implemented to make function development easier.
  • :func:`.resetTicks` function is implemented to change X and/or Y axis ticks in plots when there are discontinuities in the plotted data.

Improvements:

Changes:

Bug Fixes:

  • NMWiz can be used as a graphical interface to ProDy. ANM or PCA calculations can be performed for molecules that are loaded in VMD.
  • User can set default color for arrow graphics and paths to ANM and PCA scripts.
  • Optionally, NMWiz can preserve the current view in VMD display window when loading a new dataset. Check the box in the NMWiz GUI main window.
  • A bug that prevented selecting residues from plot window is fixed.