-
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.
- Loading branch information
Showing
5 changed files
with
16 additions
and
13 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,11 +1,14 @@ | ||
2015-03-16 Tao Liu <[email protected]> | ||
MACS version 2.1.0 20150316 (tag:rc) | ||
2015-04-20 Tao Liu <[email protected]> | ||
MACS version 2.1.0 20150420 (tag:rc) | ||
|
||
* New commands | ||
|
||
1) bdgopt ... | ||
1) bdgopt: some convenient functions to modify bedGraph files. | ||
|
||
2) cmbreps ... | ||
2) cmbreps: Combine scores from two replicates. Including three | ||
methods: 1. take the maximum; 2. take the average; 3. use Fisher's | ||
method to combine two p-value scores. After that, user can use | ||
bdgpeakcall to call peaks on combined scores. | ||
|
||
* New features | ||
|
||
|
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
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 @@ | ||
#!/usr/bin/env python | ||
# Time-stamp: <2015-03-12 00:17:23 Tao Liu> | ||
# Time-stamp: <2015-04-20 14:32:39 Tao Liu> | ||
|
||
"""Description | ||
|
@@ -55,7 +55,7 @@ def main(): | |
] | ||
|
||
setup(name="MACS2", | ||
version="2.1.0.20150316", | ||
version="2.1.0.20150420", | ||
description="Model Based Analysis for ChIP-Seq data", | ||
author='Tao Liu', | ||
author_email='[email protected]', | ||
|
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 @@ | ||
#!/usr/bin/env python | ||
# Time-stamp: <2015-03-12 00:17:39 Tao Liu> | ||
# Time-stamp: <2015-04-20 14:32:32 Tao Liu> | ||
|
||
"""Description: | ||
|
@@ -80,7 +80,7 @@ def main(): | |
] | ||
|
||
setup(name="MACS2", | ||
version="2.1.0.20150316", | ||
version="2.1.0.20150420", | ||
description="Model Based Analysis for ChIP-Seq data", | ||
author='Tao Liu', | ||
author_email='[email protected]', | ||
|