Skip to content

v1.1.1

Compare
Choose a tag to compare
@Cecilia-Sensalari Cecilia-Sensalari released this 28 Oct 14:21
· 18 commits to master since this release
ce1c457

What's Changed

  • Update terminology in logging output #27
  • Minor bug fix: plot-paralogs command can generate a missing directory if needed #28
  • Reading ksrates version from ksrates/_version.py file #29
  • Update push GitHub action to support ARM platforms #31
  • Update requirement.txt with module versions #32

Full Changelog: v1.1...v1.1.1

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.