Changes between Version 64 and Version 65 of requests


Ignore:
Timestamp:
Oct 14, 2009, 4:49:05 PM (17 years ago)
Author:
goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • requests

    v64 v65  
    1010Currently they include only those collected by Tom Goddard (focus on
    1111density maps, molecular assemblies, electron microscopy).
     12</p>
     13
     14<p>
     15222.
     16<b>Allow structure minimization to calculate only with selected residues</b><br>
     17Tom Goddard<br>
     18October 13, 2009<br>
     19Currently the structure minimization tool can hold fixed unselected atoms
     20but it still uses those atoms in computing forces.  This can be extremely
     21slow for large molecules (1 step per second for 5000 atoms).  For simple
     22loop minimizations only a local set of residues need be considered making
     23the calculation extremely fast.  I've tried this by deleting all the atoms
     24that aren't needed for the minimization, minimizing (100 steps per second),
     25then copying coordinates back to the full structure -- quite tedious.
     26</p>
     27
     28<p>
     29221.
     30<b>Make command to copy a molecule</b><br>
     31Tom Goddard<br>
     32October 13, 2009<br>
     33Have the mcopy command without a second argument make a new copy of
     34the specified molecule(s).
     35It's a pain to have to save a molecule to a file and reload it to make
     36a copy.
    1237</p>
    1338