Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Jul 6, 2024
1 parent fa9a9fe commit 2d4f0bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "<p>The pipeline</p>\n\n<p>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.</p>",
"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": [
{
Expand Down
3 changes: 1 addition & 2 deletions docker/renv/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
source ../set_version.sh
../../bin/build_image.sh $NEW_VERSION
../../bin/build_image.sh $1
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d4f0bc

Please sign in to comment.