gramene-search 1.6.16 → 1.6.18
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.
- package/.parcel-cache/4987902b3f9787cc-BundleGraph-0 +0 -0
- package/.parcel-cache/7b8e4611c0f03524-AssetGraph-0 +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/requestGraph-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/requestGraph-nodes-0-369948a06d23ec44-0 +0 -0
- package/.parcel-cache/snapshot-369948a06d23ec44.txt +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/results/details/VEP.js +1 -1
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
31728512
|
|
2
|
+
1737579044935599000
|
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("_", " ");
|