We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd055f commit 274bee0Copy full SHA for 274bee0
1 file changed
malariagen_data/anoph/genome_sequence.py
@@ -61,7 +61,7 @@ def _genome_ref_name(self) -> str:
61
62
def open_genome(self) -> zarr.hierarchy.Group:
63
"""Open the reference genome zarr."""
64
- if not hasattr(self, "_cache_genome") or self._cache_genome is None:
+ if not hasattr(self, '_cache_genome') or self._cache_genome is None:
65
path = f"{self._base_path}/{self._genome_zarr_path}"
66
store = _init_zarr_store(fs=self._fs, path=path)
67
self._cache_genome = zarr.open_consolidated(store=store)
0 commit comments