#397 closed defect (fixed)
Missing bonds in mmCIF 1tna
Reported by: | Tom Goddard | Owned by: | Greg Couch |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Input/Output | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Opening 1tna mmCIF is missing many backbone bonds. (And the missing bonds confuse smart display which ends up showing nothing.)
open 1tna
show
view
It displays correctly in Chimera 1. Also the PDB format file for 1tna has the backbone bonds.
open 1tna format pdb
Change History (3)
comment:1 by , 9 years ago
Status: | new → accepted |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Decided to replace * with ' in atom names in mmCIF files to handle these old mmCIF files that are still available from the PDB.
comment:3 by , 7 years ago
Component: | mmCIF Reader/Writer → Input/Output |
---|
reducing # of categories, so lumping into I/O category
Note:
See TracTickets
for help on using tickets.
There are two bugs here. One is that nothing is displayed when the structure is opened -- you have to 'show' and 'view' before you can see anything. The other bug is that even if you do that, the backbone bonds are 'missing segments' because the atom names are the obsolete O3* instead of O3'. If the atom names are updated, then it displays correctly.
So what to do? 1tna is an obsolete entry and ChimeraX tells the user that in the log. Scanning the atom names to replace the *'s will take additional time and is not needed for current mmCIF files from the PDB. We don't know how prevalent mmCIF files are with * atom names. Is it worth it?