From 1853e2c68136b878a71e0841ffe5c28823d4454f Mon Sep 17 00:00:00 2001 From: ac_fx <arc334@drexel.edu> Date: Fri, 28 Jan 2022 14:35:37 -0500 Subject: [PATCH] more readme updates --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 17c3472..9c22abe 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,8 @@ git clone --depth=1 https://git-bioimage.coe.drexel.edu/opensource/leverjs.git git clone --depth=1 https://git-bioimage.coe.drexel.edu/opensource/leverUtilities.git git clone --depth=1 https://git-bioimage.coe.drexel.edu/opensource/hydra-image-processor.git ``` +# MATLAB requirements +leverjs and ljsctc projects require matlab 2021b or later, with the database and image processing toolboxes installed. # using the LJSCTC repo LJSCTC can be provided via prebuilt executable for specific tasks like running a CTC dataset. this is generally how we proceed for CTC submissions. a runtime matching the version of matlab that the executable was built with is all that is required. we also utilize cuda-based image processing toolkit called the 'hydra image processor', https://git-bioimage.coe.drexel.edu/opensource/hydra-image-processor. -- GitLab