Skip to content

Commit

Permalink
Version bump and changelog for release 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
glormph committed Aug 31, 2023
1 parent 9b02ac4 commit bcb5705
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# lehtiolab/ddamsproteomics: Changelog
## Version 2.16 [2023-08-30]
- Fixed Luciphor algorithm selection to use HCD when activation type is auto/any, and not use CID then
- Fix mergePTM process file quoting when only one set in it


## Version 2.15 [2023-08-25]
- Revert to --ignore-target-hits for decoy generation, do not remove decoy tryptic peptides that match target

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.15/bin:$PATH
ENV PATH /opt/conda/envs/ddamsproteomics-2.16/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.15
VERSION 2.16

%environment
PATH=/opt/conda/envs/ddamsproteomics-2.15/bin:$PATH
PATH=/opt/conda/envs/ddamsproteomics-2.16/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.15
name: ddamsproteomics-2.16
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.15'
process.container = 'lehtiolab/ddamsproteomics:2.16'
//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.15'
version = '2.16'
}

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

0 comments on commit bcb5705

Please sign in to comment.