#4505 closed enhancement (fixed)
Read PSF+DCD combo directly
Reported by: | Owned by: | pett | |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Input/Output | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Given the difficulty of creating a PDB for a large system in some cases (e.g. CHARMM-GUI uses ambiguous hex serial numbers), allow reading a PSF/DCD combo directly
Change History (4)
comment:1 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 by , 4 years ago
PSF files can now be opened by File→Open, and the coords
keyword is optional (a browser will appear for the coordinates file).
follow-up: 3 comment:3 by , 4 years ago
This was really helpful! If I may suggest some improvements: 1) A way to choose first, last and skip (number of frames to skip) since trajectory files can be large 2) A way to select only some of the elements to be loaded (protein only, no water, no ions, etc to conserve mem) 3) A way to align w.r.t. a frame of a model Thanks again! Eddie On Fri, May 21, 2021 at 2:07 PM ChimeraX <ChimeraX-bugs-admin@cgl.ucsf.edu> wrote:
follow-up: 4 comment:4 by , 4 years ago
In most cases we are using third-party code to read the coordinates file, so our ability to skip reading certain parts is frequently limited. Some formats offer direct control over this, and for others we would have to at least temporarily read the whole thing and then cut down what gets used in a post-processing step. Pretty awkward to both implement and to offer a user interface for. Would be nice though. The best bet for now is to pre-process the trajectory externally before using it in ChimeraX. We do intend to offer this, along with a whole bunch of capabilities that Chimera had that are still missing from ChimeraX. I will open separate enhancement-request tickets for these so that you will receive notifications when they get implemented. --Eric
Note:
See TracTickets
for help on using tickets.
Tomorrow's daily build will support the command "open <PSF file> coords <coordinate file>".
Will get the Open dialog to support it in the next day or so.