This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Releases: smithlabcode/methpipe
Releases · smithlabcode/methpipe
methpipe-3.3.0: Krazy8
Bug fixes
- Fixed corner-case rounding issues in several programs caused by inconsistent use of various rounding functions. They have been replaced by std::tr1::round.
- Removed use of buffer for
methcountsandallelicmethleading to unpredictable memory usage by jackpot regions of unrealistically high coverage. This change has stabilized the memory usage of these two programs at 8GB for the human genome. amrfinderno longer fails silently on incorrectly formatted epiread input files
Enhancements
methcountsnow produces strand- and context-specific methylation levels and reports cytosines that have mutated away from the reference genome.methcountsnow has an option to produce only CpG methylation levels. This limits the output size from 25GB to 1GB for the human genome.- A new tool
symmetric-cpgsis added underutilsto merge information of symmetric CpGs so that the output ofmethcountsis compatible with other analysis tools. levelsnow produces all information themethcountsstatistics file contained as well as methylation levels for each cytosine context and mutation rate information.methdiffnow contains an option to restrict output to sites with nonzero coveragemethdiffoutput now is more consistent withmethcountsoutput: changes detailed in the manuallibraryandmerge-methylomeshave been updated to reflect changes tomethcountsoutput.
Organizational changes
- Substantial changes to the manual to highlight the change in usage of
methcountsoutput with downstream analysis tools - A PDF copy of the manual is included in
/docs.
methpipe-3.2.0 "punisher"
Bug fixes
- Fixed strand error for
methcountswhen dealing with 0 coverage sites at the tail of chromosomes. This prevents an error inmerge-methcounts. - Removed some unused variables to prevent unnecessary compilation warning messages.
- Fixed compilation error in Mac OSX 10.9 Mavericks caused by
samtoolsdependency. - Fixed a bug in
to-mrwhen the input file name does not have an extension. - Fixed silent failure in
amrfinderwhen no AMRs were found - Fixed a bug in
amrfinderrelated to conservatively biased likelihood values in low coverage samples. - Fixed a bug in
amrfinderrelated to the likelihood penalty for imbalanced alleles
Enhancements
merge-methcountsnow reports more specific error message when input files are not synchronized.- The manual now describes usage of the following programs:
methentropy,fastLiftOver.
Organizational changes
hmr_planthas been renamed tohypermrto reflect its more general usage.- A PDF copy of the manual is included in
/docs. merge-bsrate,merge-methcounts, andduplicate-removermoved to the/utilsdirectory- Deprecated programs
reorderandclipmateshave been removed. - Directories created for
mlmlandamrfinderand related programs to differentiate standalone published tools from coremethpipefunctions.
methpipe-3.1.1
Samtools (version 0.18) and smithlab_cpp are included.