Changes between Version 1 and Version 2 of Ticket #7561, comment 2
- Timestamp:
- Jan 13, 2023, 1:19:34 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7561, comment 2
v1 v2 1 Well, I have added support for 8-character IDs (https://github.com/RBVI/ChimeraX/commit/91db3471cdaf07fa1f11788fc9edab06d670e9db) but am mystified as to how to test it, since there are no actual 8-character ID entries. Using the site we currently fetch from (http://files.rcsb.org .download/%s.cif) works for 4-character IDs but not the equivalent (e.g. "0000" in front) 8-character IDs, even with "pdb_" prepended. Using the DOI brings you to the entry's page -- it does not download a file.1 Well, I have added support for 8-character IDs (https://github.com/RBVI/ChimeraX/commit/91db3471cdaf07fa1f11788fc9edab06d670e9db) but am mystified as to how to test it, since there are no actual 8-character ID entries. Using the site we currently fetch from (http://files.rcsb.org/download/%s.cif) works for 4-character IDs but not the equivalent (e.g. "0000" in front) 8-character IDs, even with "pdb_" prepended. Using the DOI brings you to the entry's page -- it does not download a file. 2 2 3 3 Open to testing ideas. Or should I prod the PDB somehow?