-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #664 from macs3-project/feat/macs3/python_style_cy…
…thon Feat/macs3/python style cython (1st)
- Loading branch information
Showing
21 changed files
with
4,218 additions
and
3,843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
2024-10-08 Tao Liu <[email protected]> | ||
MACS 3.0.3b | ||
|
||
* Features added | ||
|
||
1) We extensively rewrote the `pyx` codes into `py` codes. In | ||
another words, we now apply the 'pure python style' with PEP-484 | ||
type annotations to our previous Cython style codes. So that, the | ||
source codes can be more compatible to Python programming tools | ||
such as `flake8`. During rewritting, we cleaned the source codes | ||
even more, and removed unnecessary dependencies during | ||
compilation. | ||
|
||
* Bug fixed | ||
|
||
1) Fix issues in big-endian system in `Parser.py` codes. Enable | ||
big-endian support in `BAM.py` codes for accessig certain | ||
alignment records that overlap with givin genomic | ||
coordinates using BAM/BAI files. | ||
|
||
* Doc | ||
|
||
1) Explanation on the filtering criteria on SAM/BAM/BAMPE files. | ||
|
||
2024-09-06 Tao Liu <[email protected]> | ||
MACS 3.0.2 | ||
|
||
|
@@ -31,9 +55,9 @@ | |
|
||
6) For gappedPeak output, set thickStart and thickEnd columns as | ||
0, according to UCSC definition. | ||
|
||
* Bugs fixed | ||
|
||
1) Use `-O3` instead of `-Ofast` for compatibility. #637 | ||
|
||
* Documentation | ||
|
@@ -46,7 +70,7 @@ | |
3) Description on various file formats used in MACS3. | ||
|
||
2024-02-19 Tao Liu <[email protected]> | ||
MACS 3.0.1 | ||
MACS 3.0.1 | ||
|
||
* Bugs fixed | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.