gramene-search 1.6.3 → 1.6.5
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/70f1f7555dda250d-AssetGraph-0 +0 -0
- package/.parcel-cache/7b8e4611c0f03524-AssetGraph-0 +0 -0
- package/.parcel-cache/adb9e64d5da6fbba-AssetGraph-0 +0 -0
- package/.parcel-cache/d48c91545c145068-BundleGraph-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-524f09471ce7017b-0 +0 -0
- package/.parcel-cache/requestGraph-nodes-0-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/requestGraph-nodes-0-524f09471ce7017b-0 +0 -0
- package/.parcel-cache/snapshot-369948a06d23ec44.txt +2 -2
- package/.parcel-cache/snapshot-524f09471ce7017b.txt +2 -2
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/results/GeneList.js +1 -1
- package/src/components/results/details/VEP.js +3 -1
- package/src/demo.js +3 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
146054972
|
|
2
|
+
1728654878943814000
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
146052913
|
|
2
|
+
1728654831088453000
|
package/dist/index.js
CHANGED
|
@@ -3376,6 +3376,14 @@ const $283508ffcf8a47c4$var$study_info = {
|
|
|
3376
3376
|
"5": {
|
|
3377
3377
|
label: "Boatwright SAP",
|
|
3378
3378
|
type: "NAT"
|
|
3379
|
+
},
|
|
3380
|
+
"7": {
|
|
3381
|
+
label: "Kumar BAP",
|
|
3382
|
+
type: "NAT"
|
|
3383
|
+
},
|
|
3384
|
+
"8": {
|
|
3385
|
+
label: "Lasky landraces",
|
|
3386
|
+
type: "NAT"
|
|
3379
3387
|
}
|
|
3380
3388
|
},
|
|
3381
3389
|
"oryza_sativa": {
|
|
@@ -4671,7 +4679,7 @@ class $6c5c4f90059875bf$var$Gene extends (0, ($parcel$interopDefault($gXNCa$reac
|
|
|
4671
4679
|
className: "gene-synonyms",
|
|
4672
4680
|
children: searchResult.synonyms.join(", ")
|
|
4673
4681
|
}),
|
|
4674
|
-
numWordsInDescription > 1 && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("p", {
|
|
4682
|
+
(numWordsInDescription > 1 || searchResult.can_show.pubs) && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("p", {
|
|
4675
4683
|
className: "gene-description",
|
|
4676
4684
|
children: searchResult.description
|
|
4677
4685
|
})
|