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

BoundsException #82

Open
YIGUIz opened this issue Nov 1, 2024 · 1 comment
Open

BoundsException #82

YIGUIz opened this issue Nov 1, 2024 · 1 comment
Assignees

Comments

@YIGUIz
Copy link

YIGUIz commented Nov 1, 2024

Hi, An error was reported: Java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9.

rnabloom:2.0.1

openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)

set -x; /usr/bin/time -v singularity exec /public/home/b20223040336/Workspace/long_read_rna/02code/singularity_images/rnabloom\:2.0.1--hdfd78af_1 rnabloom -t 30 -ntcard -long hypothalamus_34_qc_FL_reads.fq.gz hypothalamus_3_qc_FL_reads.fq.gz hypothalamus_4_qc_FL_reads.fq.gz hypothalamus_1_qc_FL_reads.fq.gz hypothalamus_2_qc_FL_reads.fq.gz hypothalamus_16_qc_FL_reads.fq.gz -sef hypothalamus_3_R1.clean.fq.gz hypothalamus_4_R1.clean.fq.gz hypothalamus_3_R2.clean.fq.gz hypothalamus_4_R2.clean.fq.gz -fpr 0.005 -indel 20 -p 0.75 -Q 15 -overlap 100 -length 150

report error:
image

image

Thank you so much for your help.

@kmnip
Copy link
Collaborator

kmnip commented Nov 2, 2024

Your overlapping step (with minimap2) should generate a PAF format output with 12 columns, but it did not, hence the error. I think it ran out of memory because you have a lot of reads.

Can you use less reads and try again? May be just 2 long-read FASTQs instead of 6?
Also, remove these settings: -indel 20 -p 0.75 -overlap 100

@kmnip kmnip self-assigned this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants