diff --git a/.zenodo.json b/.zenodo.json index cade750..45c6f9a 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 a7bc212..51153a5 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 b0654f3..a7e3b96 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