gramene-search 1.2.65 → 1.2.67

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.
Files changed (60) hide show
  1. package/.parcel-cache/2126881b633272fa.txt +2 -2
  2. package/.parcel-cache/425346ba6a54d932 +0 -0
  3. package/.parcel-cache/878e3ffbad677982 +0 -0
  4. package/.parcel-cache/cdecf11601322051 +0 -0
  5. package/.parcel-cache/data.mdb +0 -0
  6. package/.parcel-cache/lock.mdb +0 -0
  7. package/dist/index.js +2 -2
  8. package/dist/index.js.map +1 -1
  9. package/package.json +1 -1
  10. package/src/bundles/api.js +2 -2
  11. package/.parcel-cache/01c4ead1c782ab8a +0 -0
  12. package/.parcel-cache/059dcd5b8b72e7d2 +0 -0
  13. package/.parcel-cache/0aafef235058e20e +0 -0
  14. package/.parcel-cache/2125f5db8509dbbf +0 -0
  15. package/.parcel-cache/24a8ca2f058fa708 +0 -0
  16. package/.parcel-cache/278610a378a6c264 +0 -0
  17. package/.parcel-cache/37c075a090d2565c +0 -0
  18. package/.parcel-cache/4014ba3cfd6d6af5 +0 -0
  19. package/.parcel-cache/4274e4b220b26b69 +0 -0
  20. package/.parcel-cache/75bd0e526cad8639.txt +0 -2
  21. package/.parcel-cache/78c16e8268ab7d07 +0 -0
  22. package/.parcel-cache/7f7caadc90b66b68 +0 -0
  23. package/.parcel-cache/97059a6d1f34436d +0 -0
  24. package/.parcel-cache/9eddc51e1d199de2 +0 -0
  25. package/.parcel-cache/af3dd3284ff2518f +0 -0
  26. package/.parcel-cache/b4f81b2455672a41 +0 -0
  27. package/.parcel-cache/be2c903b6f9ee64e +0 -0
  28. package/.parcel-cache/bf09663855ac3886 +0 -0
  29. package/.parcel-cache/bfcfb14dcaad266e +0 -0
  30. package/.parcel-cache/c9eaec627a7b2c43 +0 -0
  31. package/.parcel-cache/d60e419ac6d05e40 +0 -0
  32. package/.parcel-cache/db5a4c62611ab8b4 +0 -0
  33. package/.parcel-cache/e6934767a4924b36 +0 -0
  34. package/.parcel-cache/f40292006fd967be +0 -0
  35. package/dist/android-chrome-192x192.4d149c27.png +0 -0
  36. package/dist/apple-touch-icon-114x114.27e956ae.png +0 -0
  37. package/dist/apple-touch-icon-120x120.b209ed9f.png +0 -0
  38. package/dist/apple-touch-icon-144x144.9f8e2136.png +0 -0
  39. package/dist/apple-touch-icon-152x152.b6107a9b.png +0 -0
  40. package/dist/apple-touch-icon-180x180.58fbcc65.png +0 -0
  41. package/dist/apple-touch-icon-57x57.f670c755.png +0 -0
  42. package/dist/apple-touch-icon-60x60.3fbc15ae.png +0 -0
  43. package/dist/apple-touch-icon-72x72.a0fd991d.png +0 -0
  44. package/dist/apple-touch-icon-76x76.437b43b5.png +0 -0
  45. package/dist/favicon-16x16.4dd6b101.png +0 -0
  46. package/dist/favicon-32x32.a0d53b79.png +0 -0
  47. package/dist/favicon-96x96.6cd9b68e.png +0 -0
  48. package/dist/genetree.d75946eb.png +0 -0
  49. package/dist/results.a8da7555.png +0 -0
  50. package/dist/sorghum.250fb7b9.js +0 -15812
  51. package/dist/sorghum.250fb7b9.js.map +0 -1
  52. package/dist/sorghum.2c55063b.css +0 -26784
  53. package/dist/sorghum.2c55063b.css.map +0 -1
  54. package/dist/sorghum.b34cb912.js +0 -293144
  55. package/dist/sorghum.b34cb912.js.map +0 -1
  56. package/dist/sorghum.html +0 -39
  57. package/dist/suggestions.099b7c0e.png +0 -0
  58. /package/.parcel-cache/{300dcb85aa1f105a → 7a604ff8211c827a} +0 -0
  59. /package/.parcel-cache/{10345653e5c7d8bb → 9373e09988f1c27e} +0 -0
  60. /package/.parcel-cache/{5ccb82e635ea03cd → 975855cd9a4916ed} +0 -0
@@ -1,2 +1,2 @@
1
- 258684096
2
- 1685645231520708000
1
+ 51123298
2
+ 1686766909938377000
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -58,7 +58,7 @@ const $9d9aeaf9299e61a1$var$grameneSuggestions = (0, $gXNCa$reduxbundler.createA
58
58
  getPromise: ({ store: store })=>{
59
59
  const t = store.selectSuggestionsQuery().replaceAll(":", " ").trim();
60
60
  const g = store.selectGrameneGenomes();
61
- return fetch(`${store.selectGrameneAPI()}/suggest?q={!boost b=relevance}name:${t}*^3 ids:${t}*^5 synonym:${t}*^2 text:${t}*^1`).then((res)=>res.json()).then((suggestions)=>{
61
+ return fetch(`${store.selectGrameneAPI()}/suggest?q={!boost b=relevance}name:${t}^5 ids:${t}^5 ids:${t}*^3 synonym:${t}^3 synonym:${t}*^2 text:${t}*^1`).then((res)=>res.json()).then((suggestions)=>{
62
62
  if (Object.keys(g.active).length > 0) suggestions.grouped.category.groups.forEach((group)=>{
63
63
  group.doclist.docs.forEach((sugg)=>{
64
64
  sugg.num_genes = 0;
@@ -132,7 +132,7 @@ const $9d9aeaf9299e61a1$var$curatedGenes = (0, $gXNCa$reduxbundler.createAsyncRe
132
132
  actionBaseType: "CURATED_GENES",
133
133
  persist: true,
134
134
  getPromise: ({ store: store })=>{
135
- return fetch(`https://devdata.gramene.org/curation/curations?rows=0&minFlagged=2`).then((res)=>res.json()).then((curation)=>(0, ($parcel$interopDefault($gXNCa$lodash))).keyBy(curation.genes, "gene_id"));
135
+ return fetch(`https://devdata.gramene.org/curation/curations?rows=0&minFlagged=2&since=12-12-2029`).then((res)=>res.json()).then((curation)=>(0, ($parcel$interopDefault($gXNCa$lodash))).keyBy(curation.genes, "gene_id"));
136
136
  }
137
137
  });
138
138
  $9d9aeaf9299e61a1$var$curatedGenes.reactCuratedGenes = (0, $gXNCa$reduxbundler.createSelector)("selectCuratedGenesShouldUpdate", (shouldUpdate)=>{