gramene-search 1.2.89 → 1.2.91

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.
@@ -1,2 +1,2 @@
1
- 287812328
2
- 1704954928046966000
1
+ 313772627
2
+ 1705100206234721000
Binary file
Binary file
Binary file
Binary file
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 [