biocore-ntnu / epic2

Ultraperformant reimplementation of SICER
https://doi.org/10.1093/bioinformatics/btz232
MIT License
56 stars 9 forks source link

epic2-df eror on version 0.0.33 #18

Closed Victor21v closed 5 years ago

Victor21v commented 5 years ago

Hello,

Just got an error on version 0.0.33. I get this error either with or without --experimental-statistics. It seems to me like --experimental-statistics is not working properly as the error doesn't change at all. I have used BEDPE format

Valid ChIP reads: 16418480 (16435005 before out of bounds removal)

Traceback (most recent call last): File "/home/usuario/anaconda3/bin/epic2-df", line 332, in bins_counts_ko = _main(args) File "/home/usuario/anaconda3/lib/python3.6/site-packages/epic2/main.py", line 47, in _main if args["original_statistics"]: KeyError: 'original_statistics'

Thanks!

endrebak commented 5 years ago

Thanks, will fix first thing tomorrow :)

endrebak commented 5 years ago

Fixed in 0.0.34. Thanks!