Closed jacknicoludis closed 2 years ago
I also got an Invalid Command
error fortsv2exprofiledb
. I think this is because openfold expects the latest version of mmseqs that is compiled from source (https://github.com/soedinglab/MMseqs2/wiki#compile-from-source-under-linux). Can you make this more clear in the instructions? Thanks!
Yes, you're right. MMseqs2 needs to be compiled from source.
Fixed in 71fabe1 and de91f01.
I'm surprised to hear you had issues making a PR---we've had a couple of other external PRs, and we haven't changed any permissions since then. I'll keep an eye out for others with similar issues.
I noticed a small bug in the
prep_mmseqs_dbs.sh
. This script fails due to the lack of themmseqs_dbs
directory. I made a branch to try to make a pull request but I got an error saying permission was denied. I also updated the readme to fix the instruction for running this script (download_mmseqs_databases.sh
->download_mmseqs_dbs.sh
,prep_mmseqs_databases.sh
->prep_mmseqs_dbs.sh
). Here are the changed I propose toprep_mmseqs_dbs.sh
: