gramene-search 1.2.68 → 1.2.70

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 (61) hide show
  1. package/.parcel-cache/17e9e143fcf5b59f +0 -0
  2. package/.parcel-cache/182d3536a86f8a99 +0 -0
  3. package/.parcel-cache/1a995a2728ab7c7c +0 -0
  4. package/.parcel-cache/2126881b633272fa.txt +2 -2
  5. package/.parcel-cache/2e66a6362611aea3 +0 -0
  6. package/.parcel-cache/37c075a090d2565c +0 -0
  7. package/.parcel-cache/4014ba3cfd6d6af5 +0 -0
  8. package/.parcel-cache/40cb8a4fff87878d +0 -0
  9. package/.parcel-cache/425346ba6a54d932 +0 -0
  10. package/.parcel-cache/582ac168061284ec +0 -0
  11. package/.parcel-cache/58e6cdaa648addaa +0 -0
  12. package/.parcel-cache/5ac8c0794eec0b6d +0 -0
  13. package/.parcel-cache/5f791e46dc5128e7 +0 -0
  14. package/.parcel-cache/65680aa75a27f755 +0 -0
  15. package/.parcel-cache/75bd0e526cad8639.txt +2 -0
  16. package/.parcel-cache/8786d01504945137 +0 -0
  17. package/.parcel-cache/878e3ffbad677982 +0 -0
  18. package/.parcel-cache/888719e07a5dc53d +0 -0
  19. package/.parcel-cache/946233e401111bd7 +0 -0
  20. package/.parcel-cache/99f79b8f67c3938c +0 -0
  21. package/.parcel-cache/9eddc51e1d199de2 +0 -0
  22. package/.parcel-cache/a1c9060289b9a9e3 +0 -0
  23. package/.parcel-cache/af6e8df7da4e4cdf +0 -0
  24. package/.parcel-cache/afe9f26fc0492b9a +0 -0
  25. package/.parcel-cache/b7855bf955616e1f +0 -0
  26. package/.parcel-cache/cdecf11601322051 +0 -0
  27. package/.parcel-cache/d60e419ac6d05e40 +0 -0
  28. package/.parcel-cache/d8d36c1ea9c8d411 +0 -0
  29. package/.parcel-cache/data.mdb +0 -0
  30. package/.parcel-cache/e6d16635757cf0cb +0 -0
  31. package/.parcel-cache/f09b529f4e2ea91e +0 -0
  32. package/.parcel-cache/f8f45c1655f48536 +0 -0
  33. package/.parcel-cache/lock.mdb +0 -0
  34. package/dist/android-chrome-192x192.4d149c27.png +0 -0
  35. package/dist/apple-touch-icon-114x114.27e956ae.png +0 -0
  36. package/dist/apple-touch-icon-120x120.b209ed9f.png +0 -0
  37. package/dist/apple-touch-icon-144x144.9f8e2136.png +0 -0
  38. package/dist/apple-touch-icon-152x152.b6107a9b.png +0 -0
  39. package/dist/apple-touch-icon-180x180.58fbcc65.png +0 -0
  40. package/dist/apple-touch-icon-57x57.f670c755.png +0 -0
  41. package/dist/apple-touch-icon-60x60.3fbc15ae.png +0 -0
  42. package/dist/apple-touch-icon-72x72.a0fd991d.png +0 -0
  43. package/dist/apple-touch-icon-76x76.437b43b5.png +0 -0
  44. package/dist/favicon-16x16.4dd6b101.png +0 -0
  45. package/dist/favicon-32x32.a0d53b79.png +0 -0
  46. package/dist/favicon-96x96.6cd9b68e.png +0 -0
  47. package/dist/genetree.d75946eb.png +0 -0
  48. package/dist/index.js +3 -3
  49. package/dist/index.js.map +1 -1
  50. package/dist/results.a8da7555.png +0 -0
  51. package/dist/sorghum.250fb7b9.js +15812 -0
  52. package/dist/sorghum.250fb7b9.js.map +1 -0
  53. package/dist/sorghum.2c55063b.css +26784 -0
  54. package/dist/sorghum.2c55063b.css.map +1 -0
  55. package/dist/sorghum.b34cb912.js +293148 -0
  56. package/dist/sorghum.b34cb912.js.map +1 -0
  57. package/dist/sorghum.html +39 -0
  58. package/dist/suggestions.099b7c0e.png +0 -0
  59. package/package.json +1 -1
  60. package/src/bundles/docs.js +2 -2
  61. package/src/components/results/details/Location.js +1 -1
Binary file
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- 63686959
2
- 1687363432007133000
1
+ 160612896
2
+ 1688621325867508000
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,2 @@
1
+ 160610964
2
+ 1688621248646815000
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -1313,7 +1313,7 @@ const $671312b287158a8a$var$grameneDocs = {
1313
1313
  payload: id
1314
1314
  });
1315
1315
  fetch(`${store.selectGrameneAPI()}/search?q=homology__within_species_paralog:${id}&fl=id,name,*__expr&rows=100`).then((res)=>res.json()).then((res)=>{
1316
- const assay_re = /(.+)_tpms_g(\d+)/;
1316
+ const assay_re = /(.+)_g(\d+)/;
1317
1317
  const paralogs = res.response.docs.map((d)=>{
1318
1318
  let p = {
1319
1319
  id: d.id,
@@ -1326,7 +1326,7 @@ const $671312b287158a8a$var$grameneDocs = {
1326
1326
  delete d.name;
1327
1327
  Object.entries(d).forEach((assay)=>{
1328
1328
  const parsed = assay[0].match(assay_re);
1329
- const expr = parsed[1].replace("_", "-");
1329
+ const expr = parsed[1].replace("_", "-").replace("-tpms", "");
1330
1330
  if (!p.experiments.hasOwnProperty(expr)) p.experiments[expr] = [];
1331
1331
  const g = parsed[2] - 1;
1332
1332
  const e = d[assay[0]];
@@ -2417,7 +2417,7 @@ class $264d7db426cab787$var$Location extends (0, ($parcel$interopDefault($gXNCa$
2417
2417
  ];
2418
2418
  if (gene.annotations.taxonomy.ancestors.includes(4557)) links.push({
2419
2419
  name: "Phytozome",
2420
- url: `https://phytozome.jgi.doe.gov/phytomine/keywordSearchResults.do?searchTerm=${jgiify(gene._id)}&searchSubmit=Search`
2420
+ url: `https://phytozome-next.jgi.doe.gov/report/gene/Sbicolor_v5_1/${jgiify(gene._id)}`
2421
2421
  });
2422
2422
  if (gene.taxon_id === 3702) links.push({
2423
2423
  name: "tair",