Skip to content

v1.1.2

Compare
Choose a tag to compare
@Cecilia-Sensalari Cecilia-Sensalari released this 24 Mar 19:00
· 11 commits to master since this release
bfbb623

What's Changed

  • Added early checkpoint to catch syntax issues in the input Newick tree #35
  • Added early checkpoint for input divergence colors in configuration file #36
  • Added flexibility in filename and location of expert configuration file #37
  • Added CITATION.cff #33
  • Quick fix for test_pipeline.yml GitHub action file #34

Full Changelog: v1.1.1...v1.1.2

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.