Closed immanuelazn closed 3 weeks ago
Cool, I'll make the changes with the better way of styling!
I think it would make sense to do the multithreading as a separate PR as that requires work more on the internal logic, rather than interface/documentation
Styling changes from deprecation finished!
Overall, this looks quite good and is ready to merge.
Something we should discuss separately: do we knew why we missed the default argument issue initially despite comparing outputs against ArchR. Do you think our checks didn't cover this or weren't running with insertion_mode set to the default?
Yup, so the results were compared in this file . I passed in the argument for both
in insertion_mode
within this test case but didn't change the default param on the macs, and bedfile themselves.
Deprecating
call_macs_peaks()
tocall_peaks_macs()
as discussed previously. Note, is this how we should be handling deprecated APIs?