-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alphapulldown 2.0.1 - create_individual_features.py
with pre-computed mmseqs MSAs
#486
Comments
Hello
also accesses the MSA server and performs the alignment there again. Thank you for your help in advance! |
Hello, Before: (AlphaPulldown/1.0.4) - works fine
Now: (AlphaPulldown/2.0.1)
|
Hello, |
When i generate MSAs locally with colabfold i end up with a folder like
after renaming the sequences.
then i try to use the existing MSAs with
and unlike in older versions (at least in 0.30.7 and 1.0.4) this now hits the colabfold API and re-generates the MSA - at least it does a request and fails on systems without direct access to the internet.
AlphaPulldown/alphapulldown/scripts/create_individual_features.py
Line 306 in e4988f5
looks like
use_precomputed_msas
is not passed to the feature generation function if mmseqs is used. If i don't specify--use_mmseqs2
then it regenerates the MSA with the alphafold pipeline b/c it expects a subdirectory containing the MSAs generated by that pipeline instead of the single.a3m
file.Some of this is supposed to be used for large-ish workflows so we want to avoid hitting the API to much and we do eventually get blocked.
The documentation suggests this should still be possible (https://github.com/KosinskiLab/AlphaPulldown?tab=readme-ov-file#run-mmseqs2-locally). Am i missing something?
The text was updated successfully, but these errors were encountered: