tbischler / PEAKachu

Peak calling tool for CLIP-seq data
ISC License
14 stars 5 forks source link

peakachu crashes with pandas>0.20.3 #8

Closed dmaticzka closed 6 years ago

dmaticzka commented 6 years ago

peakachu throws

TypeError: reduction operation 'argmax' not allowed for this dtype

looks connected to https://github.com/pandas-dev/pandas/issues/18021, also seems to be a workaround there

tbischler commented 6 years ago

I committed a fix to master, please test.

dmaticzka commented 6 years ago

travis should run again. if the tests work we should be okay

dmaticzka commented 6 years ago

kk, patch works