Make template research possible with precomputed MSA#554
Make template research possible with precomputed MSA#554DimaMolod merged 4 commits intoKosinskiLab:mainfrom
Conversation
Added use_templates parameter to allow template search for precomputed MSA.
|
Hi @Qrouger and thanks for your PR!
|
|
Hi @DimaMolod, I don't understand why you mention “re-search” templates instead of simply “search” for templates. |
|
I see, this is indeed a good reason :-) with a3m from AF DB and templates from mmseqs remote, there is often no need to create features at all. Something on top of our input features database |
For now, create_individual_feature.py when using precomputed MSA flags just create .pkl and .json files for the MSA.
With this patch, the user can choose if he wants templates for the precomputed MSA or not with the flag --use_templates in the command create_individual_feature.py