gramene-search 1.6.44 → 1.6.46
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/83e7562660f7cc15-BundleGraph +0 -0
- package/.parcel-cache/d3a1b9507cb44047-AssetGraph +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/dc1da35000e13623-RequestGraph +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/snapshot-dc1da35000e13623.txt +2 -2
- package/dist/index.js +26 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/results/details/VEP.js +6 -8
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
601843171
|
|
2
|
+
1762533547248326000
|
package/dist/index.js
CHANGED
|
@@ -3483,7 +3483,8 @@ var $54c74a4689d5a778$export$2e2bcd8739ae039 = (0, $gXNCa$reduxbundlerreact.conn
|
|
|
3483
3483
|
|
|
3484
3484
|
|
|
3485
3485
|
const $283508ffcf8a47c4$var$ggURL = {
|
|
3486
|
-
|
|
3486
|
+
xIRRI: 'https://gringlobal.irri.org/gringlobal/accessiondetail?id=',
|
|
3487
|
+
IRRI: 'https://www.irri.org/genesys-rice#/a/',
|
|
3487
3488
|
ARS: 'https://npgsweb.ars-grin.gov/gringlobal/accessiondetail.aspx?id=',
|
|
3488
3489
|
ICRISAT: 'https://genebank.icrisat.org/IND/PassportSummary?ID=',
|
|
3489
3490
|
sorbmutdb: 'https://www.depts.ttu.edu/igcast/sorbmutdb.php',
|
|
@@ -3555,13 +3556,30 @@ const $283508ffcf8a47c4$var$study_info = {
|
|
|
3555
3556
|
type: 'NAT'
|
|
3556
3557
|
}
|
|
3557
3558
|
},
|
|
3558
|
-
'oryza_aus':
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
'
|
|
3559
|
+
'oryza_aus': {
|
|
3560
|
+
'20': {
|
|
3561
|
+
label: '20K-RGP',
|
|
3562
|
+
type: 'NAT'
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
'oryza_sativa117425': {
|
|
3566
|
+
'20': {
|
|
3567
|
+
label: '20K-RGP',
|
|
3568
|
+
type: 'NAT'
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3571
|
+
'oryza_sativair64rs2': {
|
|
3572
|
+
'20': {
|
|
3573
|
+
label: '20K-RGP',
|
|
3574
|
+
type: 'NAT'
|
|
3575
|
+
}
|
|
3576
|
+
},
|
|
3577
|
+
'oryza_sativamh63': {
|
|
3578
|
+
'20': {
|
|
3579
|
+
label: '20K-RGP',
|
|
3580
|
+
type: 'NAT'
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
3565
3583
|
};
|
|
3566
3584
|
const $283508ffcf8a47c4$var$AccessionLink = ({ germplasm: germplasm, gene_id: gene_id })=>{
|
|
3567
3585
|
const genebank = germplasm.stock_center;
|