molgenis / systemsgenetics

Generic Java genotype reader / writer, QTL mapping software, Strand alignment tool

Home Page:https://github.com/molgenis/systemsgenetics/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GADO command line issue, gene prioritization doesn't work

zhouyunyun11 opened this issue · comments

Hi there,
We tried to perform gene prioritization analysis, using the following command:
java -jar GADO.jar
--mode PRIORITIZE
--output ./result/
--caseHpoProcessed hpoProcessed.txt
--genes hpo_predictions_genes_01_02_2018.txt
--hpoPredictions hpo_predictions_sigOnly_spiked_01_02_2018

And, then, we always get the following ArrayIndexOutOfBoundsException problem:
image

Is the problem caused by the hpo_predictions_genes_01_02_2018.txt file? We tried your new version of files as you suggested here: https://github.com/molgenis/systemsgenetics/wiki/GADO-Command-line
But none of these work. Would you mind check that problem? Thanks.