gramene-search 1.2.89 → 1.2.90
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/2126881b633272fa.txt +2 -2
- package/.parcel-cache/425346ba6a54d932 +0 -0
- package/.parcel-cache/878e3ffbad677982 +0 -0
- package/.parcel-cache/cdecf11601322051 +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/results/details/Sequences.js +7 -5
- /package/.parcel-cache/{73610afacb086955 → 293d78307670540d} +0 -0
- /package/.parcel-cache/{29f888858a2a0a29 → 4c4df78f314da45d} +0 -0
- /package/.parcel-cache/{dfadd821126d2d5b → 4f55bc5702c32e6c} +0 -0
- /package/.parcel-cache/{60867e89936787e9 → e63ebf4aadbc2634} +0 -0
- /package/.parcel-cache/{6bb269d636a496ca → e8ba9c453aa4a101} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
288251140
|
|
2
|
+
1704985571838555000
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -3430,7 +3430,7 @@ const $527ebc19dc92444d$var$CodeBlock = (props)=>{
|
|
|
3430
3430
|
};
|
|
3431
3431
|
const $527ebc19dc92444d$var$decoratePeptide = (seq, transcript)=>{
|
|
3432
3432
|
let junctions = [];
|
|
3433
|
-
transcript.exon_junctions.forEach((ej, idx)=>{
|
|
3433
|
+
if (transcript.exon_junctions) transcript.exon_junctions.forEach((ej, idx)=>{
|
|
3434
3434
|
if (ej > transcript.cds.start && ej <= transcript.cds.end) junctions.push(Math.floor((ej - transcript.cds.start) / 3));
|
|
3435
3435
|
});
|
|
3436
3436
|
if (junctions.length === 0) return [
|