Skip to content

Releases: mummer4/mummer

Mummer 4.0.0 release candidate 1

02 Oct 19:40
Compare
Choose a tag to compare

In this release we modified the output of delta2vcf to be fully compliant with vcf4.2 specification, validated by vcf-validator from vcftools. We also rolled back some changes in mummerplot and removed extra gnuplot options that may be incompatible with gnuplot version 4 or 5. We performed additional validation of the nucmer output.

Known issues:

  1. use of the --maxmatch option results in memory overflow on certain reference sequences that contain long stretches of homopolymers; we are still investigating this issue. For now please use --batch 1 instead of --maxmatch, if --maxmatch fails, this will use seeds that may repeat between different reference sequences, but not within the same input sequence.

Mummer 4.0.0.beta5

01 Oct 01:43
Compare
Choose a tag to compare

This release fixed bug in mummerplot that prevented it from running on some systems, fixes bug in nucmer that resulted in valid alignments of large stretches of N's, and fixed missing install-sh. Release tested with make distcheck and unit testing.

MUMmer 4.0.0.beta3

30 Sep 16:41
Compare
Choose a tag to compare

In this release we disabled openMP in suffix array construction because it was causing system errors when user ran multiple nucmer processes in the same shell. We also added delta2vcf script:

delta2vcf < file.delta > file.vcf

The script converts delta file to a vcf file, detailing all substitutions and indels in the reference sequence with respect to the query sequence. This is useful for comparing two different assemblies of the same organism, assemblies of two different individuals from the same spcies, and looking for haplotype differences in haplotype resolved assemblies.

v4.0.0.beta2

14 Oct 00:56
Compare
Choose a tag to compare
v4.0.0.beta2 Pre-release
Pre-release
  • Moved to Artistic license 2 (from Artistic license 1)
  • More compliant SAM output
  • Install mummer.pc
  • Work around bug that resulted in invalid delta file (negative match coordinate in query)

Download the source code mummer-4.0.0beta2.tar.gz.

Version 4.0.0beta1

05 Jul 19:24
Compare
Choose a tag to compare
Version 4.0.0beta1 Pre-release
Pre-release
  • gnuplot/mummerplot fixes
  • compilation on Mac
  • fixed use of seeds in testing

Version 4.0 beta

06 Apr 18:55
Compare
Choose a tag to compare
Version 4.0 beta Pre-release
Pre-release
v4.0.0beta

v4.0beta

Version 3.9.4alpha

02 Jun 19:35
Compare
Choose a tag to compare
  • Parallelization of the suffix array LCP construction
  • Query sequences optional if --save is used with nucmer
  • Fix compilation issues with newer version of gcc & clang
  • Speed improvement in delta-filter if filtering only by identity and/or length

Version 3.9.3alpha

29 Mar 20:16
Compare
Choose a tag to compare
Version 3.9.3alpha Pre-release
Pre-release
  • Fixed segfault and logical bug in save/load of index
  • Better unit testing of suffix array

Alpha release 3.9.2

17 Mar 15:08
Compare
Choose a tag to compare
Alpha release 3.9.2 Pre-release
Pre-release
  • Support for output in SAM format. See --sam-short and --sam-long switches.
  • Not limited to 2Gb reference size. The limit is now 140Tb (i.e. 2^47).

Alpha release 3.9.1

29 Jan 16:00
Compare
Choose a tag to compare
Alpha release 3.9.1 Pre-release
Pre-release
  • Use divsufsort library instead of qsufsort for the computation of the suffix array
  • Parallel mapping in mummer at the sequence level, instead of file level
  • Optimization '-O2' default if no CXXFLAGS given to configure.