google-deepmind / google-deepmind/alphafold
disable HHsearch/HHblits when using precomputed msas
Open
- Dominant language
- Python
- Stars
- 14.9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
I use precomputed msas (--use_precomputed_msas) for my work and af2 currently spends most of its time performing HHSearch and HHblits, even though I know it won't find anything.
Is there any flag to turn off these searches. This ends up wasting a lot of resources for my large searches.
Contributor guide
Assessment
This issue has not been assessed yet.