File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ process PREPROCESS_EXPDESIGN {
66 tag " $design . Name "
77 label ' process_low'
88
9- conda " bioconda::sdrf-pipelines=0.0.25 "
9+ conda " bioconda::sdrf-pipelines=0.0.26 "
1010 if (workflow. containerEngine == ' singularity' && ! params. singularity_pull_docker_container) {
11- container " https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.25 --pyhdfd78af_0"
11+ container " https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.26 --pyhdfd78af_0"
1212 } else {
13- container " biocontainers/sdrf-pipelines:0.0.25 --pyhdfd78af_0"
13+ container " biocontainers/sdrf-pipelines:0.0.26 --pyhdfd78af_0"
1414 }
1515
1616 input:
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ process SAMPLESHEET_CHECK {
33 tag " $input_file "
44 label ' process_single'
55
6- conda " bioconda::sdrf-pipelines=0.0.25 "
6+ conda " bioconda::sdrf-pipelines=0.0.26 "
77 if (workflow. containerEngine == ' singularity' && ! params. singularity_pull_docker_container) {
8- container " https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.25 --pyhdfd78af_0"
8+ container " https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.26 --pyhdfd78af_0"
99 } else {
10- container " biocontainers/sdrf-pipelines:0.0.25 --pyhdfd78af_0"
10+ container " biocontainers/sdrf-pipelines:0.0.26 --pyhdfd78af_0"
1111 }
1212
1313 input:
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ process SDRFPARSING {
22 tag " $sdrf . Name "
33 label ' process_low'
44
5- conda " conda-forge::pandas_schema bioconda::sdrf-pipelines=0.0.25 "
5+ conda " conda-forge::pandas_schema bioconda::sdrf-pipelines=0.0.26 "
66 container " ${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7- 'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.25 --pyhdfd78af_0' :
8- 'biocontainers/sdrf-pipelines:0.0.25 --pyhdfd78af_0' } "
7+ 'https://depot.galaxyproject.org/singularity/sdrf-pipelines:0.0.26 --pyhdfd78af_0' :
8+ 'biocontainers/sdrf-pipelines:0.0.26 --pyhdfd78af_0' } "
99
1010 input:
1111 path sdrf
You can’t perform that action at this time.
0 commit comments