Skip to content

freebayes 1.3.6

Compare
Choose a tag to compare
@pjotrp pjotrp released this 21 Jan 09:57
· 34 commits to master since this release

This is a maintenance release of Freebayes. The provided binary is quite a bit faster (see benchmark):

  • Added parallel snakemake example and text (thanks @sanjaynagi)
  • Updated packaged htslib build to release 1.14
  • README fixes #726 (thanks @veghp)
  • Add option to force use of submodule deps (thanks @jnumm)
  • Using recent guix shell support for building freebayes
  • Added static build support with meson+ninja
  • Started tracking freebayes performance in ./test/performance/benchmark.md
  • Added matrix channel badge to README
  • Added Pjotr Prins as maintainer in README and banner

The provided static binary is built against gcc 10.3.0 and htslib 1.12.

Note that at this point the static binary builds with:

meson build -Dstatic=true -Dprefer_system_deps=false --buildtype release