Closed campbellsam77 closed 3 months ago
Hello, Thanks for your interests on our work. I think the issue here is that you used local colabfold
, which only save msa representations by default as you have got, the hidden dimension is 256, not the one we want which is called single representations with dimension 384. Can you try our google colab script to get single representations. It should be runnable and output the embedding with 384 dimension.
Yes, I tried running that and both google scripts failed to run as well. Please refer to the second half of the post above.
Thank you!
Sorry to hear that, is it okay that you provide more details about the errors you got while running on the google colab? If there is some bugs in the script, I am supposed to resolve it.
Yes, I have provided the error I received from FullMSA in the second half of the post above. I can provide the error received for the MNseq but it was similar in the sense that the environment failed to load properly.
Hi, sorry for the issue again, I found this might be a problem caused by conda version updated. I have updated the conda version, and now first step is able to run without error, but it will cause another error at step 4 about haiku package. So the conda update brought about some dependant issues, I went through the issues at deepmind repo, and the same problem happened on the official AF2 colab version at issue 925. I can't fix the bug on google colab immediately, as I have to wait for deepmind team to resolve it first. On the other hand, you are correct that running on local af2 repo is a feasible way, but some modification needed, please drop me an email zhang038@purdue.edu,we can discuss more on how to modify it to get single embeddings if you are interested.
Update at 11:56 am on Apr. 11 BTW, I tried to resolve the issue in the MMseq jupyter file. From my point of view, the error is probably caused by the incompatibility among related packages, like jax. I took a reference of colabfold's env file, and updated the requirement file. Now the google colab jupyter file of MMseq version is runnable to generate embeddings from my test. Please have a try if mmseq is acceptable for your target, if further problems occur, please feel free to let me know.
I will try the MMseq! Thank you!
Hello,
I am fairly new to coding (I've been coding for ~6-9 months so pardon any incorrect grammer/terms I may use). I am trying to use your Distance-AF. I tried generating Alphafold embedding data using local colabfold, however I run into an issue where your embedding data (the .npz file) is an array of [, 384] and mine is [, 256]. This is the error I am encountering:
I then tried running your script through your Google colab script and am encountering this error:
I have tried changing the python version based on the ones listed in the error with no luck. Could you please be of any assistance?