Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kasprzyk committed Jul 3, 2024
1 parent d0465ab commit 54bd2f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ LABEL org.opencontainers.image.documentation="https://github.com/stracquadaniola
LABEL org.opencontainers.image.source="https://github.com/stracquadaniolab/apex-nf"
LABEL org.opencontainers.image.vendor="stracquadaniolab"
LABEL org.opencontainers.image.authors="Martyna Kasprzyk"
LABEL org.opencontainers.image.revision="v0.1.5"
LABEL org.opencontainers.image.revision="v0.1.6"
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
platforms: linux/amd64
load: true
push: false
tags: ghcr.io/${{ github.repository }}:0.1.5, ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:0.1.6, ghcr.io/${{ github.repository }}:latest
- name: 'Install Nextflow'
uses: stracquadaniolab/[email protected]
- name: 'Testing Nextflow pipeline with test profile'
Expand All @@ -39,4 +39,4 @@ jobs:
file: .devcontainer/Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}:0.1.5, ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:0.1.6, ghcr.io/${{ github.repository }}:latest
6 changes: 3 additions & 3 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
manifest {
name = 'apex-nf'
description = 'APEX: Automated Protein EXpression in Escherichia Coli'
version = '0.1.5'
version = '0.1.6'
homePage = 'https://github.com/stracquadaniolab/apex-nf.git'
author = 'Martyna Kasprzyk'
nextflowVersion = '>=20.07.1'
Expand Down Expand Up @@ -40,7 +40,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false

process.container = "ghcr.io/stracquadaniolab/apex-nf:0.1.5"
process.container = "ghcr.io/stracquadaniolab/apex-nf:0.1.6"
}

singularity {
Expand All @@ -51,7 +51,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false

process.container = "docker://ghcr.io/stracquadaniolab/apex-nf:0.1.5"
process.container = "docker://ghcr.io/stracquadaniolab/apex-nf:0.1.6"
}

slurm {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# apex-nf

![](https://img.shields.io/badge/current_version-0.1.5-blue)
![](https://img.shields.io/badge/current_version-0.1.6-blue)
![](https://github.com/stracquadaniolab/apex-nf/workflows/build/badge.svg)

# User Manual for Running the Nextflow Workflow for E. coli Experiments
Expand Down

0 comments on commit 54bd2f8

Please sign in to comment.