From c21c4fce1c5e5a413028f22700ab26d5a7c26379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Mon, 20 Mar 2023 14:39:58 +0000 Subject: [PATCH] tweak(pyproject): adjust annotate function --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2787cf64..26799a7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.md" [tool.poetry.scripts] aliby-run = "aliby.bin.run:run" -aliby-annotate = "aliby.bin.annotate:annotate_image" +aliby-annotate = "aliby.bin.annotate:annotate" aliby-visualise = "aliby.bin.visualise:napari_overlay" [build-system] -- GitLab