We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5999f49 + 44e3855 commit 0c9aa64Copy full SHA for 0c9aa64
1 file changed
malariagen_data/anoph/cnv_data.py
@@ -296,7 +296,7 @@ def open_cnv_coverage_calls(
296
marker = path + "/.zmetadata"
297
if not self._fs.exists(marker):
298
raise ValueError(
299
- f"CNV coverage calls analysis f{analysis!r} not implemented for sample set {sample_set!r}"
+ f"CNV coverage calls analysis {analysis!r} not implemented for sample set {sample_set!r}"
300
)
301
store = _init_zarr_store(fs=self._fs, path=path)
302
root = zarr.open_consolidated(store=store)
0 commit comments