Uniref30
#314
Replies: 2 comments 3 replies
-
Hi Ruki, You're right about the version and now we should use 2023 version of the database. Could you try updating your uniref database and then run again? The same problem also was discussed here: #310 alternatively you could stick with the older version of AlphaPulldown and keep using 2021 version of the database. Yours |
Beta Was this translation helpful? Give feedback.
3 replies
-
@dingquanyu, don't we have command line arguments to change the specific database versions, the same as run_alphafold.py has? (--uniref30_database_path) |
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
-
we have been using an old version of alphapulldown, so recently I tried installing the newest version (using pip)
but when I ran it, I got an error like this:
E0415 11:37:05.052870 140405823498048 hhblits.py:82] Could not find HHBlits database /scratch/alphafold_data_new/uniref30/UniRef30_2023_02
and we do not have that file in our AF database, our uniref30 folder contains these files:
-rw-r--r-- 1 524602 9100 6.8G Jul 19 2021 UniRef30_2021_03_cs219.ffdata
-rw-r--r-- 1 524602 9100 684M Jul 19 2021 UniRef30_2021_03_cs219.ffindex
-rw-r--r-- 1 524602 9100 160G Jul 19 2021 UniRef30_2021_03_a3m.ffdata
-rw-r--r-- 1 524602 9100 758M Jul 19 2021 UniRef30_2021_03_a3m.ffindex
-rw-r--r-- 1 524602 9100 22M Jul 19 2021 UniRef30_2021_03_hhm.ffindex
-rw-r--r-- 1 524602 9100 38G Jul 19 2021 UniRef30_2021_03_hhm.ffdata
-rw-r--r-- 1 524602 9100 379 Jul 19 2021 UniRef30_2021_03.md5sums
so all of them are 2021 files, which I found was odd, so I checked the uniref30_download script from AF: link
that is part of the download_all_data.sh script from AF. And it is indeed set to get the 2021 files that we have in our database.
So is our database correct and APD calls the wrong uniref30 files or is the uniref30 download script at AF wrong, which also means our AF database is outdated? I am betting on the last, considering the uniref30 download script, looks like it has not been updated for 2 years. But that would mean ppl are not using the download_all_data.sh script I guess, which I find surprising?
Beta Was this translation helpful? Give feedback.
All reactions