26 Nov
2025
26 Nov
'25
3:05 p.m.
Hi everybody!
Hina Shah found a bug in NodeNorm 2.3.27 (currently deployed to RENCI Dev [1]) -- when I added the include_taxa flag, I accidentally moved the description field [2] so that it moved from result['id']['description'] to result['description’]. Sorry about that!
I'm not going to modify NodeNorm Dev the day before Thanksgiving, but I'll fix this on Monday (Dec 1, 2025) and release this as NodeNorm v2.3.27 unless there any objections. My planned fix is:
- To move the description field back into id.
- To add a root-level descriptions (not description) field that includes all the descriptions known for a particular clique.
Please let me know if you disagree with this fix (either here or on the issue), or if you would like me to hold off on this update.
cheers, Gaurav
[1] https://nodenormalization-sri.renci.org/docs [2] https://github.com/NCATSTranslator/NodeNormalization/issues/345