Issues with pre-computed MSAs while running create_individual_features.py #620
Unanswered
Simon-Kristl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So after more digging and some retry runs, I have realised what the issue is. So I used localcolabfold to precompute the MSAs and get the a3m files for all my 5500 proteins. When I then ran create_individual_features.py for all 5500 proteins it for some reason ran the MSA generation again (if I am correct in assuming that the logs from issue #486 correspond with mine in regards that my process also tries to recompute the MSAs).
However when I tried processing a smaller subset of about 60 out of my 5500 precomputed MSAs it ran without issue.
The log for the subset I believe ran truly locally.
My question now is, why could this happen? Could it be that some of the a3m files are somehow not complete and it therefore runs the MSA generation again? I am sure that the naming is not the issue.
I also noticed that the a3m files were modified when this script ran, is this normal?
I am using version 2.0.3-foss-2023a-CUDA-12.1.1
Old issue I mistakenly thought was the problem.
create_individual_features_34500014_4294967294_err.txt the log file for the subset of 60 that I believe ran normally
create_individual_features_34176000_4294967294_err.txt this is the log from the affected job
protfeature.sh the used slurm script
Beta Was this translation helpful? Give feedback.
All reactions