v1.1.2
·
11 commits
to master
since this release
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 incacheDir
set innextflow.config
when using Nextflow). The next time the pipeline is launched, Nextflow will automatically pull the new image. To manually pull it, run insteadsingularity pull vibpsb-ksrates-latest.img docker://vibpsb/ksrates:latest
in the same directory of the old image.