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.
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- 489662848
2
- 1759952935456037000
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
- const url = new URL(myUrl.href);
1245
- url.search = '';
1246
- return {
1247
- type: 'BATCH_ACTIONS',
1248
- actions: [
1249
- {
1250
- type: 'URL_UPDATED',
1251
- payload: {
1252
- url: url.href,
1253
- replace: false
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'