idekerlab / BiNGO

2 stars 9 forks source link

Index 0 out of bounds for length 0 #3

Open glopatriello opened 3 years ago

glopatriello commented 3 years ago

Hi!

I'm working with BINGO to perform a functional enrichment analysis on some genes of interest in Cabernet genome. I have run the program but the results are not displayed.

The program returns this error: "Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 at bingo.internal.GOlorize.ResultTableModel.getValueAt(ResultTableModel.java:91) at bingo.internal.GOlorize.ResultPanel.initComponents(ResultPanel.java:309) at bingo.internal.GOlorize.ResultPanel.(ResultPanel.java:239) at bingo.internal.GOlorize.GoBin.createResultTab(GoBin.java:293)"

I was wondering which type of error has occurred during the analysis.

Best, Giulia Lopatriello