gramene-search 1.6.40 → 1.6.41
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/9a0d07555444f4da-AssetGraph +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 +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/results/details/VEP.js +3 -1
|
Binary file
|
|
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
|
+
589200374
|
|
2
|
+
1762201415139757000
|
package/dist/index.js
CHANGED
|
@@ -3482,7 +3482,8 @@ const $283508ffcf8a47c4$var$ggURL = {
|
|
|
3482
3482
|
ARS: 'https://npgsweb.ars-grin.gov/gringlobal/accessiondetail.aspx?id=',
|
|
3483
3483
|
ICRISAT: 'https://genebank.icrisat.org/IND/PassportSummary?ID=',
|
|
3484
3484
|
sorbmutdb: 'https://www.depts.ttu.edu/igcast/sorbmutdb.php',
|
|
3485
|
-
maizeGDB: 'https://wgs.maizegdb.org/'
|
|
3485
|
+
maizeGDB: 'https://wgs.maizegdb.org/',
|
|
3486
|
+
NCBI: 'https://www.ncbi.nlm.nih.gov/biosample/?term='
|
|
3486
3487
|
};
|
|
3487
3488
|
const $283508ffcf8a47c4$var$rice_studies = {
|
|
3488
3489
|
'1': {
|
|
@@ -3536,6 +3537,10 @@ const $283508ffcf8a47c4$var$study_info = {
|
|
|
3536
3537
|
label: 'Rice 3K',
|
|
3537
3538
|
type: 'NAT'
|
|
3538
3539
|
},
|
|
3540
|
+
'20': {
|
|
3541
|
+
label: '20K-RGP',
|
|
3542
|
+
type: 'NAT'
|
|
3543
|
+
},
|
|
3539
3544
|
'29': {
|
|
3540
3545
|
label: 'Rice USDA mini core',
|
|
3541
3546
|
type: 'NAT'
|