kipoi / models

Model zoo for genomics
http://kipoi.org
MIT License
163 stars 58 forks source link

Meaningful deepSEA/predict column names not output #353

Open drarwood opened 1 year ago

drarwood commented 1 year ago

Hi,

I have followed the instructions to use DeepSEA/predict as document here: http://kipoi.org/models/DeepSEA/predict/

However, the column labels do not make sense based on the example data:

preds/0 preds/1 preds/10        preds/100       preds/101       preds/102       preds/103 ...

Looking at the repo, I have found a file called predictor_names.txt. Does this provide the respective column labels as ordered in the TSV output file generated? Sorry if I'm missing something obvious.

Thanks.