Skip to content

Releases: grev-uv/hpg-methyl

HPG-Methyl version 3.1.3-3

26 Sep 10:33
Compare
Choose a tag to compare

Fixed a minor bug which disabled the BWT index building mode.

HPG-Methyl version 3.1.3-2

28 Jul 08:34
Compare
Choose a tag to compare
  • Minor release fixing building problems in older versions of GCC.
  • Removed some unit tests which had conflicts with libsubunit.

HPG-Methyl Version 3.1.3

20 Jul 10:56
Compare
Choose a tag to compare
  • Fixed a bug where sequenced reads were always mapped to the chr1 for some input files.
  • Several minor fixes and improvements.

HPG-Methyl Version 3.1.2

25 Apr 13:14
Compare
Choose a tag to compare
  • Alignment score (AS) was not reported correctly, always scoring 0 or 254. Now it reports all the scores correctly.
  • Removed unsupported legacy command-line options to avoid confusion.

HPG-Methyl Version 3.1.1

16 Feb 09:20
Compare
Choose a tag to compare

The 3.1.1 version includes the following changes:

  • Minor bugfixes and optimizations on the pipeline.

HPG-Methyl Version 3.1

09 Feb 17:47
Compare
Choose a tag to compare

The 3.1 version features the following changes compared with the previous version:

  • Now the methylation context generated when using the --write-mcontext option is stored in both per-context CSV files and in the optional tag fields of the BAM file alignments, following the Bismark naming convention. Check the user manual for more information on the new SAM tags.
  • Several bugfixes involving memory leaks and unused memory.
  • Minor performance optimizations.

HPG-Methyl 3.0 version

02 Feb 09:15
Compare
Choose a tag to compare

The 3.0 version uses an optimized Burrows-Wheeler Transform and a modified parallel pipeline to improve the performance.