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

java -jar CIRI_Full_v2.1.1.jar Merge #36

Open
Thananonsr opened this issue Oct 8, 2024 · 0 comments
Open

java -jar CIRI_Full_v2.1.1.jar Merge #36

Thananonsr opened this issue Oct 8, 2024 · 0 comments

Comments

@Thananonsr
Copy link

Thananonsr commented Oct 8, 2024

Hello everyone,
I’ve been analyzing circRNAs data from RNA sequencing using CIRI2 tools, with a total of 18 samples (running one sample at a time).
The issue I’m encountering now is when I run the following command:
*java -jar CIRI_Full_v2.1.1.jar Merge
-c SRR19666460/rawdata/SRR19666460.ciri
-as SRR19666460/rawdata/SRR19666460_jav.list
-ro SRR19666460/rawdata/SRR19666460_ro2_info.list
-a gencode.v46.annotation.gtf
-r bwa.index_hg38.fa/hg38.fa
-o SRR19666460/rawdata *

unset DISPLAY
classpath = /
Output prefix = /workshop/SRR19666460/rawdata

Merge module start

Loading Annotation...
Annotation Loaded
Loading CIRI_AS output...
CIRI_AS output Loaded
Loading CIRI output...
CIRI output Loaded
Loading CIRI_RO output...
CIRI_RO output Loaded
Combine AS and RO output
Combine completed, 7 reads are used
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.gtflist" is null
at Exon_gtf.get_exon(Exon_gtf.java:16)
at Merge3.getmerge(Merge3.java:789)
at CIRI_Full2.main(CIRI_Full2.java:555)

I’m getting the error message:
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.gtflist" is null
at Exon_gtf.get_exon(Exon_gtf.java:16)
at Merge3.getmerge(Merge3.java:789)
at CIRI_Full2.main(CIRI_Full2.java:555)

This is preventing me from continuing with my analysis. The issue only occurs with one of the samples. Despite my efforts to troubleshoot, I haven’t been able to resolve it. I would appreciate any help from you all.

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

1 participant