Skip to content

Commit

Permalink
sdrf-pipelines to 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Aug 3, 2024
1 parent d59fcbe commit b1dc57c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
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::sdrf-pipelines=0.0.25"
conda "bioconda::sdrf-pipelines=0.0.28"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.25--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.25--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.28--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.28--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 'conda-forge::pandas_schema bioconda::sdrf-pipelines=0.0.22'
conda 'conda-forge::pandas_schema bioconda::sdrf-pipelines=0.0.28'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.22--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.22--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.28--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.28--pyhdfd78af_0' }"


input:
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::sdrf-pipelines=0.0.27"
conda "bioconda::sdrf-pipelines=0.0.28"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.27--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.27--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.28--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.28--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::sdrf-pipelines=0.0.27"
conda "bioconda::sdrf-pipelines=0.0.28"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.27--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.27--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.28--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.28--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 "conda-forge::pandas_schema bioconda::sdrf-pipelines=0.0.27"
conda "conda-forge::pandas_schema bioconda::sdrf-pipelines=0.0.28"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.27--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.27--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.28--pyhdfd78af_0' :
'biocontainers/sdrf-pipelines:0.0.28--pyhdfd78af_0' }"

input:
path sdrf
Expand Down

0 comments on commit b1dc57c

Please sign in to comment.