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.
- package/.parcel-cache/83e7562660f7cc15-BundleGraph +0 -0
- package/.parcel-cache/d3a1b9507cb44047-AssetGraph +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/dc1da35000e13623-RequestGraph +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/snapshot-dc1da35000e13623.txt +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/results/details/Expression.js +1 -1
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
// }
|