Changes between Initial Version and Version 1 of Ticket #4993, comment 3
- Timestamp:
- Aug 2, 2021, 5:20:30 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4993, comment 3
initial v1 1 The AlphaFold fetch code could add something to the structure metadata (that way it would get saved in sessions). But as you point out the meta data already has in the mmCIF file1 The !AlphaFold fetch code could add something to the structure metadata (that way it would get saved in sessions). But as you point out the meta data already has in the mmCIF file 2 2 3 3 _entry.id AF-A2ABV5-F1 … … 5 5 which can be obtained as 6 6 7 {{{ 7 8 structure.metadata['entry data'][0] 9 }}} 10 8 11 9 12 I think that is a reasonable indicator (prefix "AF-" and suffix "-F1") that it is from the AlphaFold database that will work even if the user opens the AlphaFold file they downloaded instead of using ChimeraX fetch. So I suggest going with that.