westlake-repl / SaProt

[ICLR'24 spotlight] Saprot: Protein Language Model with Structural Alphabet
MIT License
271 stars 25 forks source link

Unable to Open Downstream Task MDB Files in Access After Downloading from GitHub Tutorial #16

Closed RenQiuhan closed 4 months ago

RenQiuhan commented 4 months ago

After following the tutorial on GitHub to download the data for downstream tasks and extracting it, we encountered an issue. We are unable to open the MDB files provided for the downstream tasks using Access locally. Upon attempting to open these files, we receive an error message, which I will attach below for reference. We are using Access version 2019. We seek clarification on the possible reasons causing this issue and inquire if alternative versions of the data in different formats can be provided.

Error Message: image

We kindly request your assistance in understanding the root cause of this issue and if possible, providing alternative versions of the data in different formats. This would greatly facilitate our progress in the tasks at hand.

LTEnjoy commented 4 months ago

Hi, the 'mdb' format file is used by the lmdb database. You could open it through the 'lmdb' package in python, following some tutorials like here https://www.cnblogs.com/sddai/p/10481869.html.

RenQiuhan commented 4 months ago

Thanks for the help!