From f789b762fc682de7651b7f59596794c0bdf6953d Mon Sep 17 00:00:00 2001 From: fabianhervaspeters <87416002+fabianhervaspeters@users.noreply.github.com> Date: Mon, 20 May 2024 19:28:46 +0200 Subject: [PATCH] make_cat.py typo small typo utilities --- shapepipe/modules/make_cat_package/make_cat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapepipe/modules/make_cat_package/make_cat.py b/shapepipe/modules/make_cat_package/make_cat.py index 6bbe2664..4e30e355 100644 --- a/shapepipe/modules/make_cat_package/make_cat.py +++ b/shapepipe/modules/make_cat_package/make_cat.py @@ -16,7 +16,7 @@ from sqlitedict import SqliteDict from shapepipe.pipeline import file_io -from shapepipe.utitities import galaxy +from shapepipe.utilities import galaxy def prepare_final_cat_file(output_path, file_number_string):