From e8f76136ba1c937f29efd42de863a659d89cd838 Mon Sep 17 00:00:00 2001 From: benoit Date: Tue, 10 Jan 2023 17:57:37 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eae7df..ad9ff36 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,4 @@ From the simulated anchor coordinates given in **simulated_data_subsample** dire Finally, after simulating anchor-anchor difference distribution with different proportions of Open, Extruding and Closed states (with additive Gaussian noise to simulate localizations errors), the script estimates these proportions by fitting to the distribution our 3-states model. ### Requirements -The analyse program has been run with python 3.9 -It needs the following libraries: -matplotlib, scipy, numpy, pandas +The analysis script has been run using python 3.9 with the following libraries: matplotlib, scipy, numpy, pandas.