From 5e2db93e9ea042d5924d9de0815f7bb807ace994 Mon Sep 17 00:00:00 2001 From: Hugo Beaubrun Date: Tue, 25 Jun 2024 15:48:21 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 802af83..5304bbc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Cluster [🚧WIP🚧] Cluster visualisation and filtering tool, uses Jupyter notebook. -Requires the `dataviz38` conda environment. +Requires the `dataviz38` conda environment : `conda activate dataviz38` # TODO All computation timings are done with the HTS_libraries_all_v6_PCA_no_structure.csv file -- ✅ Plot 3D cluster (~1min) -- ❌ Speed upgrade using dask (~4:21) +- ✅ Plot 3D cluster (~1:00) +- ✅ Speed upgrade using dask (~4:21) - ❌ Interactive graph -- ✅ Box, sphere and ellipsoid-based filtering -- Neighborhood filtering -- CLI usage \ No newline at end of file +- ✅ Box, sphere and ellipsoid-based filtering (~1:00, ~1:22, ~1:40) +- ❌ Neighborhood filtering +- ❌ CLI usage \ No newline at end of file