For some reason, I cannot install the MACS2 via conda and pip on my institution's computer server. However, I can install MACS3. I realized MACS3 is relatively new while many older tutorials suggest installation of MACS2. Should I assume the backward compatibility of these two software?
I did find the GitHub page, but I am not sure how can I tell if these two are the same. Notably, they have changed the function name to macs3
. My guess is it might break some of the old wrappers, but again, I am not sure whether I am wrong. Thanks!
That having said, functionality in terms of calling peaks is (from what I can tell) the exact same. Changes no not concern the
callpeak
functions. Maybe it's a bit faster and more memory-efficient.