gramene-search 1.6.15 → 1.6.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- 65000826
2
- 1734460461981164000
1
+ 65041624
2
+ 1734460750656355000
package/dist/index.js CHANGED
@@ -1545,6 +1545,7 @@ const $671312b287158a8a$var$grameneDocs = {
1545
1545
  function update_taxon_name(node) {
1546
1546
  if (maps.hasOwnProperty(node.taxon_id)) node.taxon_name = maps[node.taxon_id].display_name;
1547
1547
  else if (node.taxon_id === 1100004558) node.taxon_name = "Sorghum bicolor";
1548
+ if (node.taxon_id === 45580023 && node.hasOwnProperty("children")) node.taxon_name = "Sorghum bicolor";
1548
1549
  if (node.taxon_id === 45770001 && node.hasOwnProperty("children")) node.taxon_name = "Zea mays";
1549
1550
  if (node.taxon_id === 297600009 && node.hasOwnProperty("children")) node.taxon_name = "Vitis vinifera";
1550
1551
  if (node.hasOwnProperty("children")) node.children.forEach((c)=>update_taxon_name(c));