gramene-search 1.5.1 → 1.5.2
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/4987902b3f9787cc-BundleGraph-0 +0 -0
- package/.parcel-cache/7b8e4611c0f03524-AssetGraph-0 +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/requestGraph-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/requestGraph-nodes-0-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/snapshot-369948a06d23ec44.txt +2 -2
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/results/GeneList.js +6 -1
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
11253708
|
|
2
|
+
1722443823137924000
|
package/dist/index.js
CHANGED
|
@@ -4560,7 +4560,10 @@ class $6c5c4f90059875bf$var$Gene extends (0, ($parcel$interopDefault($gXNCa$reac
|
|
|
4560
4560
|
expandedDetail: props.expandedDetail
|
|
4561
4561
|
};
|
|
4562
4562
|
let hasData = {};
|
|
4563
|
-
props.searchResult.capabilities.forEach((c)=>
|
|
4563
|
+
props.searchResult.capabilities.forEach((c)=>{
|
|
4564
|
+
hasData[c] = true;
|
|
4565
|
+
if (c === "PanOryza") hasData.xrefs = true;
|
|
4566
|
+
});
|
|
4564
4567
|
this.state.details.forEach((d)=>d.available |= hasData.hasOwnProperty(d.id));
|
|
4565
4568
|
}
|
|
4566
4569
|
getDetailStatus(d) {
|