gramene-search 1.6.21 → 1.6.22

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
- 87542176
2
- 1741101400395564000
1
+ 88241069
2
+ 1741125262813958000
package/dist/index.js CHANGED
@@ -3330,7 +3330,8 @@ const $283508ffcf8a47c4$var$ggURL = {
3330
3330
  IRRI: 'https://gringlobal.irri.org/gringlobal/accessiondetail?id=',
3331
3331
  ARS: 'https://npgsweb.ars-grin.gov/gringlobal/accessiondetail.aspx?id=',
3332
3332
  ICRISAT: 'https://genebank.icrisat.org/IND/PassportSummary?ID=',
3333
- sorbmutdb: 'https://www.depts.ttu.edu/igcast/sorbmutdb.php'
3333
+ sorbmutdb: 'https://www.depts.ttu.edu/igcast/sorbmutdb.php',
3334
+ maizeGDB: 'https://wgs.maizegdb.org/'
3334
3335
  };
3335
3336
  const $283508ffcf8a47c4$var$rice_studies = {
3336
3337
  '1': {
@@ -3440,6 +3441,11 @@ const $283508ffcf8a47c4$var$AccessionLink = ({ germplasm: germplasm, gene_id: ge
3440
3441
  })
3441
3442
  ]
3442
3443
  });
3444
+ if (germplasm.pop_id === '15' && germplasm.stock_center === 'NOT FOUND') return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("a", {
3445
+ target: "_blank",
3446
+ href: $283508ffcf8a47c4$var$ggURL['maizeGDB'],
3447
+ children: "SNPVersity 2.0"
3448
+ });
3443
3449
  return /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("span", {
3444
3450
  children: germplasm.pub_id
3445
3451
  });
@@ -3598,7 +3604,6 @@ const $283508ffcf8a47c4$var$GridWithGroups = ({ groups: groups, gene_id: gene_id
3598
3604
  sortable: false,
3599
3605
  flex: 1,
3600
3606
  cellRenderer: (params)=>{
3601
- console.log(params.data);
3602
3607
  if (params.data.accession) return params.data.accession.germplasm.ens_id;
3603
3608
  return null;
3604
3609
  }