v1.1.3
Cecilia-Sensalari
released this
13 Jul 13:34
·
10 commits
to master
since this release
What's Changed
- Add support for Nextflow version 22.03.0-edge and later in #43
Full Changelog: v1.1.2...v1.1.3
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.