Skip to content

Commit

Permalink
Version bump, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
glormph committed Aug 22, 2023
1 parent b3e8c54 commit 09d8511
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# lehtiolab/ddamsproteomics: Changelog
## Version 2.14 [2023-08-22]
- Fixed off-by-one error in PTM site nr reporting on proteins (#17)


## Version 2.13 [2023-07-14]
- Fixed PTMs/TMT18 bug which crashed pipeline

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN apt update && apt install -y fontconfig && apt clean -y

COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/ddamsproteomics-2.13/bin:$PATH
ENV PATH /opt/conda/envs/ddamsproteomics-2.14/bin:$PATH
4 changes: 2 additions & 2 deletions Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Bootstrap:docker

%labels
DESCRIPTION Singularity image containing all requirements for the lehtiolab/ddamsproteomics pipeline
VERSION 2.13
VERSION 2.14

%environment
PATH=/opt/conda/envs/ddamsproteomics-2.13/bin:$PATH
PATH=/opt/conda/envs/ddamsproteomics-2.14/bin:$PATH
export PATH

%files
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ddamsproteomics-2.13
name: ddamsproteomics-2.14
channels:
- bioconda
- conda-forge
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params {
}

// Container slug. Stable releases should specify release tag!
process.container = 'lehtiolab/ddamsproteomics:2.13'
process.container = 'lehtiolab/ddamsproteomics:2.14'
//process.container = 'ddamsproteomics:dev'

profiles {
Expand Down Expand Up @@ -90,7 +90,7 @@ manifest {
description = 'Quantitative DDA MS proteomics pipeline'
mainScript = 'main.nf'
nextflowVersion = '>=20.01.0'
version = '2.13'
version = '2.14'
}

// Function to ensure that resource requirements don't go beyond
Expand Down

0 comments on commit 09d8511

Please sign in to comment.