We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae51823 commit 0746d00Copy full SHA for 0746d00
src/plinder/data/utils/annotations/aggregate_annotations.py
@@ -1063,7 +1063,7 @@ def from_custom_cif_file(
1063
min_polymer_size: int = 10, # TODO: this used to be max_non_small_mol_ligand_length
1064
max_non_small_mol_ligand_length: int = 20, # TODO: review and make consistent
1065
plip_complex_threshold: float = 10.0,
1066
- save_folder: Path = None,
+ save_folder: Path | None = None,
1067
max_protein_chains_to_save: int = 5,
1068
max_ligand_chains_to_save: int = 5,
1069
) -> Entry:
0 commit comments