gramene-search 1.6.27 → 1.6.28
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/9a0d07555444f4da-AssetGraph +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 +24 -34
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
- package/src/components/results/details/Expression.js +14 -21
|
Binary file
|
|
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
|
+
165937747
|
|
2
|
+
1749778115582705000
|
package/dist/index.js
CHANGED
|
@@ -13,8 +13,6 @@ var $gXNCa$reactswitch = require("react-switch");
|
|
|
13
13
|
var $gXNCa$reacticonsio5 = require("react-icons/io5");
|
|
14
14
|
var $gXNCa$reacticonsbs = require("react-icons/bs");
|
|
15
15
|
var $gXNCa$reacticonsgr = require("react-icons/gr");
|
|
16
|
-
var $gXNCa$reactbootstraptypeahead = require("react-bootstrap-typeahead");
|
|
17
|
-
require("react-bootstrap-typeahead/css/Typeahead.css");
|
|
18
16
|
var $gXNCa$grameneefpbrowser = require("gramene-efp-browser");
|
|
19
17
|
var $gXNCa$gramenegenetreevis = require("gramene-genetree-vis");
|
|
20
18
|
var $gXNCa$lodashkeyBy = require("lodash/keyBy");
|
|
@@ -2211,8 +2209,6 @@ var $541b8b0d8c5501d2$export$2e2bcd8739ae039 = (0, $gXNCa$reduxbundlerreact.conn
|
|
|
2211
2209
|
|
|
2212
2210
|
|
|
2213
2211
|
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
2212
|
|
|
2217
2213
|
function $9e29a4f60318db7a$var$DynamicIframe(props) {
|
|
2218
2214
|
// Create a ref for the iframe element
|
|
@@ -2275,21 +2271,18 @@ const $9e29a4f60318db7a$var$Detail = (props)=>{
|
|
|
2275
2271
|
eventKey: "paralogs",
|
|
2276
2272
|
title: `Paralogs`,
|
|
2277
2273
|
children: [
|
|
2278
|
-
/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
placeholder: "Choose an experiment...",
|
|
2291
|
-
options: atlasExperimentList,
|
|
2292
|
-
labelKey: (experiment)=>`${experiment.type}: ${experiment.description || experiment._id}`
|
|
2274
|
+
/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$reactbootstrap.Form).Select, {
|
|
2275
|
+
"aria-label": "experiment selector",
|
|
2276
|
+
placeholder: "Select experiment",
|
|
2277
|
+
onChange: (e)=>setAtlasExperiment(e.target.value),
|
|
2278
|
+
children: atlasExperimentList.map((e, idx)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)("option", {
|
|
2279
|
+
value: e._id,
|
|
2280
|
+
children: [
|
|
2281
|
+
e.type,
|
|
2282
|
+
": ",
|
|
2283
|
+
e.description || e._id
|
|
2284
|
+
]
|
|
2285
|
+
}, idx))
|
|
2293
2286
|
}),
|
|
2294
2287
|
/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)($9e29a4f60318db7a$var$DynamicIframe, {
|
|
2295
2288
|
url: paralogs_url
|
|
@@ -2301,21 +2294,18 @@ const $9e29a4f60318db7a$var$Detail = (props)=>{
|
|
|
2301
2294
|
eventKey: "gene",
|
|
2302
2295
|
title: "All Studies",
|
|
2303
2296
|
children: [
|
|
2304
|
-
/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
placeholder: "Choose an experiment...",
|
|
2317
|
-
options: atlasExperimentList,
|
|
2318
|
-
labelKey: (experiment)=>`${experiment.type}: ${experiment.description || experiment._id}`
|
|
2297
|
+
/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)((0, $gXNCa$reactbootstrap.Form).Select, {
|
|
2298
|
+
"aria-label": "experiment selector",
|
|
2299
|
+
placeholder: "Select experiment",
|
|
2300
|
+
onChange: (e)=>setAtlasExperiment(e.target.value),
|
|
2301
|
+
children: atlasExperimentList.map((e, idx)=>/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsxs)("option", {
|
|
2302
|
+
value: e._id,
|
|
2303
|
+
children: [
|
|
2304
|
+
e.type,
|
|
2305
|
+
": ",
|
|
2306
|
+
e.description || e._id
|
|
2307
|
+
]
|
|
2308
|
+
}, idx))
|
|
2319
2309
|
}),
|
|
2320
2310
|
/*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)($9e29a4f60318db7a$var$DynamicIframe, {
|
|
2321
2311
|
url: gene_url
|