mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2026-06-02 11:54:36 +08:00
Fix typing of Nhmmer z values, these are floats
PiperOrigin-RevId: 911849752 Change-Id: Id19e1a56076a515a227e2839e83919ee2e506d56
This commit is contained in:
committed by
Copybara-Service
parent
62a93afa5d
commit
eba618977e
@@ -271,11 +271,11 @@ class DataPipelineConfig:
|
||||
uniref90_z_value: int | None = None
|
||||
# Nhmmer databases.
|
||||
ntrna_database_path: str
|
||||
ntrna_z_value: int | None = None
|
||||
ntrna_z_value: float | None = None
|
||||
rfam_database_path: str
|
||||
rfam_z_value: int | None = None
|
||||
rfam_z_value: float | None = None
|
||||
rna_central_database_path: str
|
||||
rna_central_z_value: int | None = None
|
||||
rna_central_z_value: float | None = None
|
||||
# Template search databases.
|
||||
seqres_database_path: str
|
||||
pdb_database_path: str
|
||||
|
||||
Reference in New Issue
Block a user