Skip to content

v1.1.4

Latest
Compare
Choose a tag to compare
@Cecilia-Sensalari Cecilia-Sensalari released this 01 Jun 08:24
· 4 commits to master since this release
fd8aff4

What's Changed

  • Avoid exiting due to i-ADHoRe warnings #46
  • Add warning for negative distances during rate-adjustment #49
  • Bugfix for exponential-lognormal mixture model: remove weight rounding during EM iterations #50
  • Nextflow version in test_pipeline.yml is fixed to 21.10.6 for compatibility with DSL1 #50

Full Changelog: v1.1.3...v1.1.4

How to update to the latest release:

  • To update the pipeline, run nextflow pull VIB-PSB/ksrates.
  • To update the Docker image, run docker pull vibpsb/ksrates:latest.
  • To update the Singularity image, remove the old image with rm vibpsb-ksrates-latest.img (this latter is located in cacheDir set in nextflow.config when using Nextflow). The next time the pipeline is launched, Nextflow will automatically pull the new image. To manually pull it, run instead singularity pull vibpsb-ksrates-latest.img docker://vibpsb/ksrates:latest in the same directory of the old image.