From ad605e5f02c885abd29884ebeab018c4db456efa Mon Sep 17 00:00:00 2001 From: Giansimone Date: Thu, 11 Feb 2021 18:58:50 +0000 Subject: [PATCH] Major revision --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d70bfb..5715068 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Set the working directory to `./Computational_Analysis/NonCycling/`. #### Single-cell traces To regenerate the single-cell traces, follow these steps: 1. Download the raw images from https://zenodo.org/record/4516319/files/Raw_images%28NonCycling%29.zip . -2. Unpack the raw images in the folder `./Computationa_Analysis/NonCycling/Raw_images/`. -3. Delete the `*.mat` files located in the folder `./Computationa_Analysis/NonCycling/Cell_traces/`. +2. Unpack the raw images in the folder `./Computational_Analysis/NonCycling/Raw_images/`. +3. Delete the `*.mat` files located in the folder `./Computational_Analysis/NonCycling/Cell_traces/`. 4. Run the script `Main.m`. ### Cycling Strain @@ -66,8 +66,8 @@ Set the working directory to `./Computational_Analysis/Cycling/`. #### Single-cell traces To regenerate the single-cell traces, follow these steps: 1. Download the raw images from https://zenodo.org/record/4516319/files/Raw_images%28Cycling%29.zip . -2. Unpack the raw images in the folder `./Computationa_Analysis/Cycling/Raw_images/`. -3. Delete the `*.mat` files located in the folder `./Computationa_Analysis/Cycling/Cell_traces/`. +2. Unpack the raw images in the folder `./Computational_Analysis/Cycling/Raw_images/`. +3. Delete the `*.mat` files located in the folder `./Computational_Analysis/Cycling/Cell_traces/`. 4. Run the script `main_script.m`. # Illustrative Code