#3647 closed enhancement (fixed)
Read Amber format
Reported by: | Owned by: | pett | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | MD/Ensemble Analysis | Version: | |
Keywords: | Cc: | slochower@…, Elaine Meng | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
as per summary
Attachments (1)
Change History (9)
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
follow-up: 2 comment:2 by , 5 years ago
Nope, we have binary netCDF. Great! I'll check it out tomorrow, thanks :) On Tue, Sep 22, 2020 at 5:05 PM ChimeraX <ChimeraX-bugs-admin@cgl.ucsf.edu> wrote:
comment:3 by , 5 years ago
For other reasons, the Windows build failed and the Linux build effectively failed (won't start), so you can only try it out today if you have a Mac. Will try to get things into better shape by tomorrow.
follow-up: 4 comment:4 by , 5 years ago
I just tried it (Mac build) and am running into an atom mismatch between structure and trajectory (see screenshot). I didn't try with a smaller trajectory (sorry, can do that later if necessary) but since I see 99999, I'm guessing I'm hitting some sort of hard limit with indexing or bookkeeping. What do you think? [image: image.png] On Wed, Sep 23, 2020 at 8:28 AM ChimeraX <ChimeraX-bugs-admin@cgl.ucsf.edu> wrote:
comment:5 by , 5 years ago
I'm guessing you're using a PDB file for the structure? What wrote the PDB file? A standard PDB file only supports 99,999 atoms, so maybe whatever program you used to write it stopped there. There are various non-standard tricks for getting more atoms into a PDB file, and ChimeraX supports several of those, but the program outputting the PDB file has to use such tricks for that to matter.
comment:7 by , 5 years ago
Yes, exactly! I just rewrote the file with `cpptraj` afresh and it does work! I can see the trajectory. I think the previous one was written by ParmEd (ParmEd and tleap seem to have slightly different conventions for placing TER cards, e.g., between waters). I was using PDB because you had previously mentioned it will be a bear to support `prmtop` files (I tend to agree). So in the meantime, as long as this... unsupported behavior... of using PDBs with >99,999 atoms works... I'm happy. What do you think? On Wed, Sep 23, 2020 at 8:55 AM ChimeraX <ChimeraX-bugs-admin@cgl.ucsf.edu> wrote:
Tomorrow's daily build will read Amber netCDF coordinate files (.nc suffix), not "formatted" ASCII coordinates. If you have the latter, I suggest you use cpptraj to convert. If that really is problematic, let me know and I will consider adding direct support for formatted ASCII coordinates.