From 2d4f0bc25df1521435b2ed4baf29f000dfd6418d Mon Sep 17 00:00:00 2001 From: Felipe Almeida Date: Sat, 6 Jul 2024 16:54:11 -0300 Subject: [PATCH] update version --- .zenodo.json | 2 +- docker/renv/build.sh | 3 +-- nextflow.config | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index cade7500..45c6f9a0 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -2,7 +2,7 @@ "description": "

The pipeline

\n\n

bacannot, is a customisable, easy to use, pipeline that uses state-of-the-art software for comprehensively annotating prokaryotic genomes having only Docker and Nextflow as dependencies. It is able to annotate and detect virulence and resistance genes, plasmids, secondary metabolites, genomic islands, prophages, ICEs, KO, and more, while providing nice an beautiful interactive documents for results exploration.

", "license": "other-open", "title": "fmalmeida/bacannot: A generic but comprehensive bacterial annotation pipeline", - "version": "v3.3.3", + "version": "v3.4.0", "upload_type": "software", "creators": [ { diff --git a/docker/renv/build.sh b/docker/renv/build.sh index a7bc2124..51153a5c 100644 --- a/docker/renv/build.sh +++ b/docker/renv/build.sh @@ -1,2 +1 @@ -source ../set_version.sh -../../bin/build_image.sh $NEW_VERSION +../../bin/build_image.sh $1 diff --git a/nextflow.config b/nextflow.config index b0654f31..a7e3b96f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -108,7 +108,7 @@ manifest { homePage = "https://github.com/fmalmeida/bacannot" mainScript = "main.nf" nextflowVersion = "!>=22.10.1" - version = '3.3.3' + version = '3.4.0' } // Function to ensure that resource requirements don't go beyond