From 88b44f4bc2ace5c519bfd447717bf711b775ffe5 Mon Sep 17 00:00:00 2001 From: Dinindu Senanayake Date: Sun, 16 Jun 2024 22:49:08 +1200 Subject: [PATCH] update nextflow app to v0.3.0 --- vars/ondemand-config.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/ondemand-config.yml.example b/vars/ondemand-config.yml.example index a204602..a7d5535 100644 --- a/vars/ondemand-config.yml.example +++ b/vars/ondemand-config.yml.example @@ -94,9 +94,9 @@ ood_apps: pre_pull: false nextflow: - k8s_container: ghcr.io/nesi/training-environment-jupyter-intronextflow-app:v0.2.0 + k8s_container: ghcr.io/nesi/training-environment-jupyter-intronextflow-app:v0.3.0 repo: https://github.com/nesi/training-environment-jupyter-intronextflow-app.git - version: 'v0.2.0' + version: 'v0.3.0' enabled: true pre_pull: true