Fix typing of Nhmmer z values, these are floats

PiperOrigin-RevId: 911849752
Change-Id: Id19e1a56076a515a227e2839e83919ee2e506d56
This commit is contained in:
Augustin Zidek
2026-05-07 02:52:49 -07:00
committed by Copybara-Service
parent 62a93afa5d
commit eba618977e

View File

@@ -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