Opened 2 years ago
Closed 7 months ago
#9256 closed defect (fixed)
saving NMR ensemble pdb with [NAME] only saves last structure
| Reported by: | Elaine Meng | Owned by: | Eric Pettersen |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Input/Output | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
saving NMR ensemble pdb with [NAME] only saves last structure
example:
open 1plx
save [NAME].pdb mod #1
Saving without using [NAME] saves the whole ensemble, whereas the above only saves the last submodel (80th of 80) instead of all of the submodels.
Change History (2)
comment:1 by , 2 years ago
comment:2 by , 7 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The way the code currently works is that it goes through the models specified and creates [NAME].pdb for each of them. Since the NMR structures are individual models, they overwrite each other, with the last one "winning". Will try to smarten up the code.