-
Notifications
You must be signed in to change notification settings - Fork 270
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 #427 from macs3-project/feat/macs3/parser_optimiza…
…tion Feat: MACS3 parser optimization; v3.0.0a2 ready
- Loading branch information
Showing
7 changed files
with
190 additions
and
113 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,30 @@ | ||
2020-12-06 Tao Liu <[email protected]> | ||
MACS 3.0.0a2 | ||
|
||
* New features: | ||
|
||
1) Speed/memory optimization. Use the cykhash to replace python | ||
dictionary. Use buffer (10MB) to read and parse input file (not | ||
available for BAM file parser). And many optimization tweaks. | ||
|
||
2) Code cleanup. Reorganize source codes. | ||
|
||
3) Unit testing. | ||
|
||
4) R wrappers for MACS -- MACSr | ||
|
||
5) Switch to Github Action for CI, support multi-arch testing | ||
including x64, armv7, aarch64, s390x and ppc64le. | ||
|
||
6) MACS tag-shifting model has been refined. Now it will use a | ||
naive peak calling approach to find ALL possible paired peaks at + | ||
and - strand, then use all of them to calculate the | ||
cross-correlation. | ||
|
||
7) Call variants in peak regions directly from BAM files. The | ||
function was originally developed under code name SAPPER. Now | ||
SAPPER has been merged into MACS. | ||
|
||
2020-04-11 Tao Liu <[email protected]> | ||
MACS version 2.2.7.1 | ||
|
||
|
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
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.