-
Notifications
You must be signed in to change notification settings - Fork 125
Convertmsa and msa2profile for 3di alignemnts? #452
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
Comments
It is not super easy yet to convert an external MSA to a profile. @sooyoung-cha, did you try to get external MSAs into profiles?
In order to use an external MSA you could try (I have not tested this though):
Here the MSAs need to be formatted exactly the same way, meaning the same sequence order and the same gaps per sequence. |
@martin-steinegger Thanks for the reply. The below got me to the point of a search that runs without error:
However when unpacking the result:
0.a3m is a big ol alignment but only contains the first sequence in the original msa. I assume this is user error, but it sort of seems like the search only used a single query sequence even though the query db was a profile one. Any ideas and thanks in advance? EDIT: I hypothesized that maybe this was because of default parameters of
|
@martin-steinegger @sooyoung-cha Please advise, starting a structure search from a foldmason alignment would be a really cool result / useful for mapping out the structural space of enzymes with a particular activity. |
It is really hard to judge from here. Could you upload the MSAs you used plesae? |
@martin-steinegger You are amazing, truly. Here they are attached. There are small enough to view in text too: amino acids
3di
|
Thank you for sharing your example. I've resolved an issue regarding profile searches with custom MSAs #452 and successfully performed a search using the following steps:
Please let me know if this works for you. |
Hey all - I want to start a search with a seed alignment of know active homologs. I created the aa and 3di MSA with foldmason.
In mmseqs, I would create a profile db from the starting msa and run search on that - however in foldseek I am not sure how. I tried
foldseek convertmsa
and thenfoldseek msa2profile
on the 3di alignment, however when I try to runsearch
it says it cannot find the_ss
suffix. I assume this is because creating a database like I did does not execute the required additional foldseek functionalities on to of mmseqs that the createdb on a set of PDBs does.Any help very appreciated. I think a 3di alignment from such a workflow would be an excellent way to visualize structural space of a certain type of protein with eg. a VAE.
The text was updated successfully, but these errors were encountered: