From 6f7f623dd01ebc37d67e083cbf1bfab02ee242a7 Mon Sep 17 00:00:00 2001
From: Andrey Aristov <aaristov@pasteur.fr>
Date: Wed, 25 May 2022 19:26:53 +0200
Subject: [PATCH] rm combine

---
 README.md | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/README.md b/README.md
index 7049514..847cf92 100644
--- a/README.md
+++ b/README.md
@@ -87,31 +87,6 @@ Options:
   - experiment.nd2
   - experiment_meta.json
 
-
-# Combine several nd2 into tif time series
-
-### Use
-
-`python -m nd2_combine path_to_folder`
-
-#### Input:
-
-- Folder:
-  - D1:
-    - condition1.nd2
-    - condition2.nd2
-  - D2:
-    - condition1.nd2
-    - condition2.nd2
-
-#### Output:
-
-- Folder:
-  - Compressed:
-    - condition1:
-      - Pos_001.tif <- D1, D2 images for well 1
-      - Pos_002.tif <- D1, D2 images for well 2
-
 ## segment: Segment organoids in bright field
 
 ### Use
-- 
GitLab