Skip to content

MACS v2.1.4

Compare
Choose a tag to compare
@taoliu taoliu released this 30 Sep 22:03
· 984 commits to master since this release

MACS version 2.1.4

  • Features added

Github Actions is used together with Travis CI for testing and
deployment.

  • Bugs fixed

    PR #322:

  1. #318 Random score in bdgdiff output. It turns out the sum_v is
    not initialized as 0 before adding. Potential bugs are fixed in
    other functions in ScoreTrack and CallPeakUnit codes.

  2. #321 Cython dependency in setup.py script is removed. And place
    'cythonzie' call to the correct position.

  3. A typo is fixed in Github Actions script.