From 335f2d71142555df2dcb3fc91f8b2abd3c6e2ac5 Mon Sep 17 00:00:00 2001 From: Ajit Johnson Nirmal Date: Tue, 14 May 2024 21:22:23 -0400 Subject: [PATCH] remove doc srtrings --- scimap/preprocessing/mcmicro_to_scimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scimap/preprocessing/mcmicro_to_scimap.py b/scimap/preprocessing/mcmicro_to_scimap.py index 96ab5a94..d07ff01f 100644 --- a/scimap/preprocessing/mcmicro_to_scimap.py +++ b/scimap/preprocessing/mcmicro_to_scimap.py @@ -34,7 +34,7 @@ def mcmicro_to_scimap( verbose=True, output_dir=None, ): - """The function allows users to directly import the output from MCMICRO into `scimap`. + """ Parameters: feature_table_path (list of str): A list containing file paths to single-cell spatial feature tables. Each path corresponds to a unique image's feature table.