Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Index 1 out of bounds for length 1 #85

Open
2 of 3 tasks
berath opened this issue Mar 8, 2025 · 1 comment
Open
2 of 3 tasks

ERROR: Index 1 out of bounds for length 1 #85

berath opened this issue Mar 8, 2025 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@berath
Copy link

berath commented Mar 8, 2025

Please report

  • version of RNA-Bloom with java -jar RNA-Bloom.jar -version
  • version of java with java -version
    openjdk version "11.0.13" 2021-10-19
    OpenJDK Runtime Environment JBR-11.0.13.7-1751.21-jcef (build 11.0.13+7-b1751.21)
    OpenJDK 64-Bit Server VM JBR-11.0.13.7-1751.21-jcef (build 11.0.13+7-b1751.21, mixed mode)
  • exact command used to run RNA-Bloom
    java -Xmx100g -jar rnabloom-v2.0.1.jar -t 32 -long barcode05_trimmed.fastq.gz barcode06_trimmed.fastq.gz barcode07_trimmed.fastq.gz barcode08_trimmed.fastq.gz -o sticcoassembled

Hi, I got below error message during de novo assembly of ONT cDNA reads.

Stage 3: Assemble long reads for "rnabloom"
Overlapping sequences...
ERROR: Index 1 out of bounds for length 1
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at rnabloom.io.PafRecord.update(PafRecord.java:32)
at rnabloom.io.ExtendedPafRecord.update(ExtendedPafRecord.java:32)
at rnabloom.io.PafReader.next(PafReader.java:63)
at rnabloom.olc.Layout.extractUniqueFromOverlaps(Layout.java:1660)
at rnabloom.olc.OverlapLayoutConsensus.overlapWithMinimapAndExtractUnique(OverlapLayoutConsensus.java:156)
at rnabloom.olc.OverlapLayoutConsensus.uniqueOLC(OverlapLayoutConsensus.java:1159)
at rnabloom.RNABloom.assembleUnclusteredLongReads(RNABloom.java:3314)
at rnabloom.RNABloom.main(RNABloom.java:7430)

Any idea on the cause and a possible solution?
Thanks,
Berat

@kmnip kmnip self-assigned this Mar 8, 2025
@kmnip kmnip added the question Further information is requested label Mar 8, 2025
@kmnip
Copy link
Collaborator

kmnip commented Mar 8, 2025

Hi,
I think the minimap2 overlap command failed and its PAF output is truncated.
Can you please check the *.log files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants