Phylo Debug
Right now, Phylo feature is implemented in command line bin/gargantext-phylo and works well. We have integrated it smoothly but still there are some differences to explain.
dev-phyloDebug is uptodate and last 2 commits prints the expected data to be equal both in command line and in the backend.
To reproduce the count, use these data (docs and term list):
- https://dl.gargantext.org/GarganText_DocsList-nodeId-74566.json
- https://dl.gargantext.org/GarganText_NgramsList-74567.json
With command line we already know this:
- 224 Size ngs_coterms
- 267 Size ngs_terms List Map Ngrams
Check on the backend counts (indexation why there are some differences and fix it in order to fix the command line right behavior).
Besides, if you can fix the frontend Phylo.json issue when the phylo is empty it would be good and add unit-test it would be great!