Skip to content

Commit

Permalink
Version update to 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
glormph committed Sep 1, 2022
1 parent fdcc9f6 commit 2603177
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# lehtiolab/ddamsproteomics: Changelog
## Version 2.10 [2022-09-02]
- Bugfix to allow setnames with spaces etc (quoting)
- Dynamic memory allocation for MSGF
- Error message for often occurring DEqMS with only one channel in a sample group


## Version 2.9 [2022-06-02]
- Bugfix to allow for user-formatted modification specifications again


## Version 2.8 [2022-05-22]
- Total proteome normalization had no keep-na-psms enabled when that was desired, fixed
- Produce PEP column in merged peptide table (was only in PSM table earlier)
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.9/bin:$PATH
ENV PATH /opt/conda/envs/ddamsproteomics-2.10/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.9
VERSION 2.10

%environment
PATH=/opt/conda/envs/ddamsproteomics-2.9/bin:$PATH
PATH=/opt/conda/envs/ddamsproteomics-2.10/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.9
name: ddamsproteomics-2.10
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.9'
process.container = 'lehtiolab/ddamsproteomics:2.10'
//process.container = 'ddamsproteomics:dev'

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

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

0 comments on commit 2603177

Please sign in to comment.