You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"We use of the default AlphaFold-Multimer MSA search setting with JackHMMER to search the UniProt database for MSA pairing."
However, after examining the provided code and example, it appears that the code exclusively deals with 'uniref90.a3m' MSA files. This means that the code relies on MSAs generated by the Uniref90 database in the 'a3m' format for pairing, which diverges from AlphaFold's default approach, where the MSA file result is based on JackHMMER and uniprot in the form of 'uniprot.sto'.
Additionally, the code employs TaxID for species grouping. Nevertheless, TaxID from the Uniref90 database encompasses different taxonomy ranks beyond just species, which may introduce challenges in the pairing process.
I kindly request clarification regarding these disparities and the reasoning behind.
Thank you for your attention to these concerns, and I eagerly await your response.
Sincerely,
Maryam
The text was updated successfully, but these errors were encountered:
Hi,
Your paper claims:
However, after examining the provided code and example, it appears that the code exclusively deals with 'uniref90.a3m' MSA files. This means that the code relies on MSAs generated by the Uniref90 database in the 'a3m' format for pairing, which diverges from AlphaFold's default approach, where the MSA file result is based on JackHMMER and uniprot in the form of 'uniprot.sto'.
Additionally, the code employs TaxID for species grouping. Nevertheless, TaxID from the Uniref90 database encompasses different taxonomy ranks beyond just species, which may introduce challenges in the pairing process.
I kindly request clarification regarding these disparities and the reasoning behind.
Thank you for your attention to these concerns, and I eagerly await your response.
Sincerely,
Maryam
The text was updated successfully, but these errors were encountered: