mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2026-06-02 11:54:36 +08:00
Fix typing issue in _get_rna_msa revealed by Pyrefly
PiperOrigin-RevId: 915437887 Change-Id: I1281fa6ba26ee74c90d68061823b19df38787744
This commit is contained in:
committed by
Copybara-Service
parent
9556a1c9da
commit
10b18bf702
@@ -155,9 +155,9 @@ def _get_protein_msa_and_templates(
|
||||
@functools.cache
|
||||
def _get_rna_msa(
|
||||
sequence: str,
|
||||
nt_rna_msa_config: msa_config.NhmmerConfig,
|
||||
rfam_msa_config: msa_config.NhmmerConfig,
|
||||
rnacentral_msa_config: msa_config.NhmmerConfig,
|
||||
nt_rna_msa_config: msa_config.RunConfig,
|
||||
rfam_msa_config: msa_config.RunConfig,
|
||||
rnacentral_msa_config: msa_config.RunConfig,
|
||||
) -> msa.Msa:
|
||||
"""Processes a single RNA chain."""
|
||||
logging.info('Getting RNA MSAs for sequence %s', sequence)
|
||||
|
||||
Reference in New Issue
Block a user