segrelabgenomics / QTLEnrich

Assessing enrichment of complex disease or trait associations among QTLs
Other
13 stars 4 forks source link

Bug in the QTLEnrichV2.py #7

Open jinyang18 opened 6 months ago

jinyang18 commented 6 months ago

In the scr/QTLEnrichV2.py, variable "keep_gene_id_suffix" has not been defined nor parsed from command line before use.

One can add "keep_gene_id_suffix=True" to fix this bug.