Kévin Yauy commited on
Commit
84cf81a
1 Parent(s): dc5de8e

feat(cluster): add automatic clustering for phenogenius cohort

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. pyproject.toml +1 -0
.gitignore CHANGED
@@ -1,4 +1,5 @@
1
  poetry.lock
2
  *.ipynb
3
  *.tsv
4
- *csv
 
 
1
  poetry.lock
2
  *.ipynb
3
  *.tsv
4
+ *.csv
5
+ *DS_Store*
pyproject.toml CHANGED
@@ -19,6 +19,7 @@ multipy = "^0.16"
19
  psrecord = "^1.2"
20
  numpy = ">=1.20,<1.24"
21
  umap-learn = "^0.5.4"
 
22
 
23
  [tool.poetry.dev-dependencies]
24
  pytest = "^5.2"
 
19
  psrecord = "^1.2"
20
  numpy = ">=1.20,<1.24"
21
  umap-learn = "^0.5.4"
22
+ hdbscan = "^0.8.33"
23
 
24
  [tool.poetry.dev-dependencies]
25
  pytest = "^5.2"