Skip to content

v0.99.2

Latest
Compare
Choose a tag to compare
@al2na al2na released this 20 Jun 19:54
· 486 commits to master since this release

methylKit 0.99.2

IMPROVEMENTS AND BUG FIXES

  • Fixed a bug in methRead() introduced after the addition of mincov argument.
    the bug occurred only reading files legacy text files that have CpGs
    with coverage below 10
  • Changes to vignette for better description of the tests.
  • Compiler error that occurs in older compilers are fixed via this PR
    #43
  • mostly changes to meet BioCcheck() requirements and reccomendations
  • C++ code compiles on windows now, regex requirement is no longer there.