﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
4993	Method to identify structure as AlphaFold model	Tristan Croll	Tom Goddard	"OK, one more thing. :)

It would be nice to have a supported programmatic way to identify if a given `AtomicStructure` hails from the AlphaFold database, and to get its UniProt accession if so (for example, to make it easy for my code to fetch the matching PAE matrix). Looks like I can do it by parsing the metadata: 

`m.metadata['citation data'][-2]` gives the title of the AlphaFold manuscript, and
`m.metadata['entry data'][0]` gives 'AF-{UniProt ID}-F1'

... but that's the sort of thing that could be unpredictably broken."	enhancement	assigned	moderate		Structure Analysis								all	ChimeraX
