Changes between Initial Version and Version 1 of Ticket #4993, comment 3


Ignore:
Timestamp:
Aug 2, 2021, 5:20:30 PM (4 years ago)
Author:
Tom Goddard

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 file
     1The !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
    22
    33_entry.id AF-A2ABV5-F1
     
    55which can be obtained as
    66
     7{{{
    78structure.metadata['entry data'][0]
     9}}}
     10
    811
    912I 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.