Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cores arg to methSeg #120

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ Package: methylKit
Type: Package
Title: DNA methylation analysis from high-throughput
bisulfite sequencing results
Version: 1.7.4
Version: 1.7.6
Authors@R: c(person("Altuna", "Akalin", role = c("aut", "cre"),
email = "[email protected]"),
person("Matthias","Kormaksson", role = "aut"),
person("Sheng","Li", role = "aut"),
person("Arsene", "Wabo", role = "ctb"),
person("Adrian", "Bierling", role= "aut"),
person("Alexander","Gosdschan", role="aut"))
person("Alexander","Gosdschan", role="aut"),
person("Katarzyna","Wreczycka", role="ctb"))
Author: Altuna Akalin [aut, cre], Matthias Kormaksson [aut],
Sheng Li [aut], Arsene Wabo [ctb], Adrian Bierling [aut],
Alexander Gosdschan [aut]
Expand Down
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
methylKit 1.7.6
--------------
NEW FUNCTIONS AND FEATURES
* methSeg(): introduce parameter `cores` to run fastseg in parallel
per chromosome; update description; add tests


methylKit 1.7.5
--------------
NEW FUNCTIONS AND FEATURES
* methSeg(): introduce parameter `initialize.on.subset` to subset data
for initialization of mixture modeling; update description; add tests


methylKit 1.7.4
--------------
IMPROVEMENTS AND BUG FIXES
* update link to test-file for methSeg() function


methylKit 1.7.3
--------------
IMPROVEMENTS AND BUG FIXES
Expand Down
Loading