Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quantms 0.0.10 -> 0.0.11 #419

Merged
merged 9 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,21 @@ jobs:
mkdir failed_logs
failed=$(grep "FAILED" ${TEST_PROFILE}_${EXEC_PROFILE}_results/pipeline_info/execution_trace.txt | cut -f 2)
while read -r line ; do cp $(ls work/${line}*/*.log) failed_logs/ | true ; done <<< "$failed"
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: failure() || cancelled()
name: Upload failed logs
with:
name: failed_logs
name: failed_logs_${{ env.TEST_PROFILE }}_${{ env.EXEC_PROFILE }}_${{ github.run_id }}
path: failed_logs
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: always()
name: Upload results
with:
name: ${{ env.TEST_PROFILE }}_${{ env.EXEC_PROFILE }}_results
name: ${{ env.TEST_PROFILE }}_${{ env.EXEC_PROFILE }}_${{ github.run_id }}_results
path: ${{ env.TEST_PROFILE }}_${{ env.EXEC_PROFILE }}_results
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: always()
name: Upload log
with:
name: nextflow.log
name: nextflow_${{ env.TEST_PROFILE }}_${{ env.EXEC_PROFILE }}_${{ github.run_id }}.log
path: .nextflow.log
6 changes: 3 additions & 3 deletions modules/local/add_sage_feat/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process SAGEFEATURE {
tag "$meta.mzml_id"
label 'process_low'

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

input:
tuple val(meta), path(id_file), path(extra_feat)
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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--pyhdfd78af_0' }"


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

conda "bioconda::quantms-utils=0.0.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--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.10"
conda "bioconda::quantms-utils=0.0.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.10--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.10--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/quantms-utils:0.0.11--pyhdfd78af_0' :
'biocontainers/quantms-utils:0.0.11--pyhdfd78af_0' }"

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

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

input:
tuple val(meta), path(id_file), path(ms_file)
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ manifest {
description = """Quantitative Mass Spectrometry nf-core workflow"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.3.0dev'
version = '1.3.1dev'
doi = '10.5281/zenodo.7754148'
}

Expand Down
Loading