You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the RCSB servers now require HTTPS, breaking the ReaderUtils.getByteArrayFromUrl(String pdbId) function for obtaining MMTF data. The current solution is to use the overloaded ReaderUtils.getDataFromUrl(String pdbId, boolean https, boolean reduced), sending in a true for the second parameter.
Use https://mmtf.rcsb.org ... in all URLs
The text was updated successfully, but these errors were encountered: