From e5026061defeaf0c428ced727e84c6d2afa4ae47 Mon Sep 17 00:00:00 2001 From: Tim Kempchen <80586406+TKempchen@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:36:23 +0200 Subject: [PATCH] Update 0_tissue_extractor.ipynb --- notebooks/0_tissue_extractor.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/0_tissue_extractor.ipynb b/notebooks/0_tissue_extractor.ipynb index ae356a0..c118cfe 100644 --- a/notebooks/0_tissue_extractor.ipynb +++ b/notebooks/0_tissue_extractor.ipynb @@ -74,7 +74,7 @@ "metadata": {}, "outputs": [], "source": [ - "root_path = \"/home/tim/Dokumente/GitHub/SPACEc/\" # replace with your path\n", + "root_path = \"/home/user/path/SPACEc/\" # replace with your path\n", "data_path = root_path + 'example_data/raw/' # where the data is stored\n", "\n", "# where you want to store the output\n",