gramene-search 1.6.16 → 1.6.17

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
- 65041624
2
- 1734460750656355000
1
+ 65154376
2
+ 1734461129352240000
package/dist/index.js CHANGED
@@ -3443,7 +3443,7 @@ function $283508ffcf8a47c4$var$group_germplasm(gene, germplasmLUT, vep_obj) {
3443
3443
  Object.entries(vep_obj).forEach(([key, accessions])=>{
3444
3444
  const parts = key.split("__");
3445
3445
  if (parts[0] === "VEP") {
3446
- if (parts[1] !== "merged") accessions.forEach((ens_id)=>{
3446
+ if (parts[1] !== "merged") accessions.filter((ens_id)=>germplasmLUT.hasOwnProperty(ens_id)).forEach((ens_id)=>{
3447
3447
  const germplasm = germplasmLUT[ens_id][0];
3448
3448
  const pop = $283508ffcf8a47c4$var$study_info[parts[3]][parts[4]];
3449
3449
  const conseq = parts[1].replaceAll("_", " ");