From 41ef0867399ac3f175558635805add4b9d43d0ff Mon Sep 17 00:00:00 2001 From: Alex Kong Date: Mon, 16 Dec 2024 15:07:52 -0800 Subject: [PATCH] Ensure the library matched folder is pointed to correctly --- templates/maldi-pipeline.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/maldi-pipeline.ipynb b/templates/maldi-pipeline.ipynb index af34d2f..80eef3e 100644 --- a/templates/maldi-pipeline.ipynb +++ b/templates/maldi-pipeline.ipynb @@ -515,7 +515,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "As with the original peak images, the library matched intensity images are also saved, this time to the `output/library_matched` folder. There will likewise be `float` and `int` subdirectories containing float32 and int32 representations." + "As with the original peak images, the library matched intensity images are also saved, this time to the `output/extracted/library_matched` folder. There will likewise be `float` and `int` subdirectories containing float32 and int32 representations." ] }, {