gramene-search 1.6.39 → 1.6.41
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 +18 -24
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/bundles/filters.js +1 -4
- package/src/components/results/details/VEP.js +3 -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
|
+
589200374
|
|
2
|
+
1762201415139757000
|
package/dist/index.js
CHANGED
|
@@ -1240,29 +1240,18 @@ $af4441dd29af05df$var$grameneFilters.reactGrameneFilters = (0, $gXNCa$reduxbundl
|
|
|
1240
1240
|
actions: actions
|
|
1241
1241
|
};
|
|
1242
1242
|
}
|
|
1243
|
-
if (queryObject.hasOwnProperty('sugg')) {
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
type: 'GRAMENE_SEARCH_CLEARED'
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
type: 'GRAMENE_FILTER_ADDED',
|
|
1261
|
-
payload: JSON.parse(queryObject.suggestion)
|
|
1262
|
-
}
|
|
1263
|
-
]
|
|
1264
|
-
};
|
|
1265
|
-
}
|
|
1243
|
+
if (queryObject.hasOwnProperty('sugg')) return {
|
|
1244
|
+
type: 'BATCH_ACTIONS',
|
|
1245
|
+
actions: [
|
|
1246
|
+
{
|
|
1247
|
+
type: 'GRAMENE_SEARCH_CLEARED'
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
type: 'GRAMENE_FILTER_ADDED',
|
|
1251
|
+
payload: JSON.parse(queryObject.sugg)
|
|
1252
|
+
}
|
|
1253
|
+
]
|
|
1254
|
+
};
|
|
1266
1255
|
if (queryObject.hasOwnProperty('suggestion')) {
|
|
1267
1256
|
const url = new URL(myUrl.href);
|
|
1268
1257
|
url.search = '';
|
|
@@ -3493,7 +3482,8 @@ const $283508ffcf8a47c4$var$ggURL = {
|
|
|
3493
3482
|
ARS: 'https://npgsweb.ars-grin.gov/gringlobal/accessiondetail.aspx?id=',
|
|
3494
3483
|
ICRISAT: 'https://genebank.icrisat.org/IND/PassportSummary?ID=',
|
|
3495
3484
|
sorbmutdb: 'https://www.depts.ttu.edu/igcast/sorbmutdb.php',
|
|
3496
|
-
maizeGDB: 'https://wgs.maizegdb.org/'
|
|
3485
|
+
maizeGDB: 'https://wgs.maizegdb.org/',
|
|
3486
|
+
NCBI: 'https://www.ncbi.nlm.nih.gov/biosample/?term='
|
|
3497
3487
|
};
|
|
3498
3488
|
const $283508ffcf8a47c4$var$rice_studies = {
|
|
3499
3489
|
'1': {
|
|
@@ -3547,6 +3537,10 @@ const $283508ffcf8a47c4$var$study_info = {
|
|
|
3547
3537
|
label: 'Rice 3K',
|
|
3548
3538
|
type: 'NAT'
|
|
3549
3539
|
},
|
|
3540
|
+
'20': {
|
|
3541
|
+
label: '20K-RGP',
|
|
3542
|
+
type: 'NAT'
|
|
3543
|
+
},
|
|
3550
3544
|
'29': {
|
|
3551
3545
|
label: 'Rice USDA mini core',
|
|
3552
3546
|
type: 'NAT'
|