entityList
information from mmtf
files when download from the RCSB.
#482
BradyAJohnston
started this conversation in
General
Replies: 1 comment
-
Okay apologies I found it, the information is available through |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to importing
entity_id
as an attribute when opening structures inside ofbiotite
/MolecularNodes
. The idea is discussed here. I am able to achieve this without too much trouble frommmCIF / PDBx
files, as below.Currently inside of MolecularNodes however, when I download from the PDB I download as
mmtf
files for bandwidth and speed. TheentityList
can be included but is not required in themmtf
spec. From what I can tell, it isn't included when downloading, if that is the case I can switch tommCIF
for downloading to solve the problem, but I was wondering if it would be possible to change the request to the PDB to maybe include other fields in themmtf
that is downloaded? I haven't dealt at all with the API hands on, so I am unfamiliar.Kind of a long and rambling question, but I am guessing the best method going forward will likely be switching to
mmCIF
downloads.Beta Was this translation helpful? Give feedback.
All reactions