You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an new error when running the command: java -jar /opt/biosoft/CIRI-full_v2.0/CIRI-vis_v1.4.jar -i out_merge_circRNA_detail.anno -l output_library_length.list -r zma_dna_v4.fa -min 1 -d test_outdir -o circRNA . I donot fix it. Can any one help me.
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:372)
at java.base/java.util.ArrayList.get(ArrayList.java:459)
at sample_MIX_all_easy4.paint(sample_MIX_all_easy4.java:1278)
at CIRI_vis_test.main(CIRI_vis_test.java:457)
OS: opensuse 15.2
Java version:
CIRI-vis 1.4
The text was updated successfully, but these errors were encountered:
Hi guys,
I got an new error when running the command:
java -jar /opt/biosoft/CIRI-full_v2.0/CIRI-vis_v1.4.jar -i out_merge_circRNA_detail.anno -l output_library_length.list -r zma_dna_v4.fa -min 1 -d test_outdir -o circRNA
. I donot fix it. Can any one help me.OS: opensuse 15.2
Java version:
CIRI-vis 1.4
The text was updated successfully, but these errors were encountered: