perslab / depict

DEPICT code, instructions and an example
GNU General Public License v3.0
48 stars 23 forks source link

ArrayIndexOutOfBoundsException #17

Open miaokyle opened 4 years ago

miaokyle commented 4 years ago

Hi,

I got the following errors while running depict with large gwas.

'Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1000\n\tat depict.PerformPathwayAnalysisSusceptibilityLoci.(PerformPathwayAnalysisSusceptibilityLoci.java:745)\n\tat depict.DEPICT.main(DEPICT.java:12)\nException in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1000\n\tat depict.PerformPathwayAnalysisSusceptibilityLoci.(PerformPathwayAnalysisSusceptibilityLoci.java:745)\n\tat depict.DEPICT.main(DEPICT.java:12)\n')

Can depict handle large population gwas data ?

thanks