You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest using a combination of numpy version 1.19.5 and idr, as using numpy version 1.20.0 or higher may cause inconsistencies with idr due to the deprecation of built-in type aliases like np.int .
Hello,
When I try to run IDR on two replicates, it gives me the following attribute error:
AttributeError: module 'numpy' has no attribute 'int'
This is the command I am using for IDR:
idr --samples Rep1.narrowPeak Rep2.narrowPeak --input-file-type narrowPeak --rank p.value --output-file ELSIdr56 --plot --log-output-file ELSIDR56.log
Thanks,
The text was updated successfully, but these errors were encountered: