LiteMol
LiteMol copied to clipboard
name vs authName, seqNumber vs authSeqNumber, asymId vs authAsymId in queries?
For queries, in AsymIdSchema
, what's the difference between name
and authName
, or between seqNumber
and authSeqNumber
? And similarly, in AsymIdSchema
, there's both asymId
and authAsymId
.
I've seen both with/without auth*
used: the Commands example uses seqNumber
, and the answer to this issue https://github.com/dsehnal/LiteMol/issues/10#issuecomment-261359668 uses authSeqNumber
and authAsymId
.
The ones without auth prefix correspond to label_ prefixed columns in CIF files. The other correspond to auth_ prefixed ones.