-
Notifications
You must be signed in to change notification settings - Fork 271
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 #446 from macs3-project/fix/macs3/peakmodel442
Fix: 0 pair for paired-peak model #442
- Loading branch information
Showing
31 changed files
with
2,335,598 additions
and
2,332,401 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,5 +1,5 @@ | ||
2020-12-08 Tao Liu <[email protected]> | ||
MACS 3.0.0a5 | ||
2021-02-07 Tao Liu <[email protected]> | ||
MACS 3.0.0a6 | ||
|
||
* New features: | ||
|
||
|
@@ -19,7 +19,7 @@ | |
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. | ||
cross-correlation. (a related bug has been fix #442) | ||
|
||
7) Call variants in peak regions directly from BAM files. The | ||
function was originally developed under code name SAPPER. Now | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MACS_VERSION = "3.0.0a5" | ||
MACS_VERSION = "3.0.0a6" | ||
MAX_PAIRNUM = 1000 | ||
MAX_LAMBDA = 100000 | ||
FESTEP = 20 | ||
|
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.