Skip to content

Commit

Permalink
0.0.6 -> 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Aug 13, 2024
1 parent d2621b3 commit be1fb69
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 24 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### `Added`

- [#386](https://github.com/bigbio/quantms/pull/386) Make validation of ontology terms optional
- [#398](https://github.com/bigbio/quantms/pull/398) Python scripts moved to quantms-utils package
- [#389](https://github.com/bigbio/quantms/pull/389) Introduction to DIANN 1.9.1 to the pipeline, only available in Singularity.
- [#397](https://github.com/bigbio/quantms/pull/397) More options included in SDRF validation.

### Fixed

- [#400](https://github.com/bigbio/quantms/pull/400) The random file selection when using `random_preanalysis` with DIANN is now reproducible.

### `Changed`

- [#391](https://github.com/bigbio/quantms/pull/391) Move mzML statistics to parquet files from csv
- [#386](https://github.com/bigbio/quantms/pull/386) Make optional the validation of ontology terms in the input SDRF file.
- [#374](https://github.com/bigbio/quantms/pull/374) Create the common msgf+ database in one step before the msgf+ runs on each ms run file.
-

### `Fixed`

- [#396](https://github.com/bigbio/quantms/pull/396) Added verification of tar archive unpacking to prevent silent failures.

### `Dependencies`

- quantms-utils==0.0.7
- diann==1.9.1

### `Parameters`

- `validate_ontologies`: enable or disable validating ontologies in the input SDRF file.
Expand Down
6 changes: 3 additions & 3 deletions modules/local/diannconvert/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process DIANNCONVERT {
tag "$meta.experiment_id"
label 'process_medium'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"

input:
path(report)
Expand Down
6 changes: 3 additions & 3 deletions modules/local/extract_psm/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process PSMCONVERSION {
tag "$meta.mzml_id"
label 'process_medium'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"


input:
Expand Down
6 changes: 3 additions & 3 deletions modules/local/generate_diann_cfg/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process GENERATE_DIANN_CFG {
tag "$meta.experiment_id"
label 'process_low'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"

input:
val(meta)
Expand Down
6 changes: 3 additions & 3 deletions modules/local/ms2rescore/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process MS2RESCORE {
tag "$meta.mzml_id"
label 'process_high'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"

// userEmulation settings when docker is specified
containerOptions = (workflow.containerEngine == 'docker') ? '-u $(id -u) -e "HOME=${HOME}" -v /etc/passwd:/etc/passwd:ro -v /etc/shadow:/etc/shadow:ro -v /etc/group:/etc/group:ro -v $HOME:$HOME' : ''
Expand Down
6 changes: 3 additions & 3 deletions modules/local/mzmlstatistics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process MZMLSTATISTICS {
label 'process_medium'
label 'process_single'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"

input:
tuple val(meta), path(ms_file)
Expand Down
6 changes: 3 additions & 3 deletions modules/local/preprocess_expdesign.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ process PREPROCESS_EXPDESIGN {
tag "$design.Name"
label 'process_low'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"

input:
path design
Expand Down
6 changes: 3 additions & 3 deletions modules/local/samplesheet_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ process SAMPLESHEET_CHECK {
tag "$input_file"
label 'process_single'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"

input:
path input_file
Expand Down
6 changes: 3 additions & 3 deletions modules/local/sdrfparsing/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process SDRFPARSING {
tag "$sdrf.Name"
label 'process_low'

conda "bioconda::quantms-utils=0.0.6"
conda "bioconda::quantms-utils=0.0.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.6--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.6--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.7--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.7--pyhdfd78af_0' }"

input:
path sdrf
Expand Down

0 comments on commit be1fb69

Please sign in to comment.