-
Notifications
You must be signed in to change notification settings - Fork 74
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
recreating homo_search.py output -- minimal version #135
Comments
If I am reading the code in
|
Yes. Uniprot msas are used for msa-pairing because they contain species information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am running Uni-Fold on antibody-antigen pairs, where the antigen (chain A) is always the same, and the antibody sequences (chain B in each prediction) are very similar to each other (same species).
Since the
homo_search.py
part of run_unifold.sh multimer takes a long time, but produces very similar hits, I would like to recreate it in a new folder for new predictions, so I can just calculate the secondinference.py
part ofrun_unifold.sh
on it.My plan is to aggregate each of the
.sto
files for a bunch of predictions, and produce a combined version in the new input folder structure toinference.py
. The.sto
format is a bit cumbersome to recreate, and if theinference.py
part is not going to read the alignment structure from it, but rather just the fasta entries, would it be possible to provide the "combined inputs" as multi-fasta files rather than.sto
files?Thanks in advance.
The text was updated successfully, but these errors were encountered: