From 779958ed19ccb7ed0304ddc97f1825d3ff4c0665 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 21 Jan 2025 13:09:29 +0000 Subject: [PATCH] fix mermaid flowchart for running the pipeline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09bccad..4e0f880 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ flowchart TD run("`Run the container with Docker / Apptainer`") installation --> convert convert --> subjects - subjects --> convert + subjects --> build build --> run ```