gramene-search 1.6.29 → 1.6.31

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
- 176344589
2
- 1750133941590159000
1
+ 181123138
2
+ 1750277001066567000
package/dist/index.js CHANGED
@@ -2303,7 +2303,7 @@ const $9e29a4f60318db7a$var$Detail = (props)=>{
2303
2303
  let gene_url = `https://dev.gramene.org/static/atlasWidget.html?genes=${gene.atlas_id || gene._id}&localAPI=${isLocal}`;
2304
2304
  let paralogs = [];
2305
2305
  if (props.grameneParalogs && props.grameneParalogs[gene._id]) paralogs = props.grameneParalogs[gene._id];
2306
- else props.doRequestParalogs(gene._id, gene.homology.supertree, gene.taxon_id);
2306
+ else if (gene.homology) props.doRequestParalogs(gene._id, gene.homology.supertree, gene.taxon_id);
2307
2307
  // if (gene.homology && gene.homology.homologous_genes && gene.homology.homologous_genes.within_species_paralog) {
2308
2308
  // paralogs = gene.homology.homologous_genes.within_species_paralog;
2309
2309
  // }