Skip to content

Commit

Permalink
Merge pull request #115 from nf-core/update-containers
Browse files Browse the repository at this point in the history
Update containers for 0.19.0
  • Loading branch information
fbdtemme authored Dec 11, 2024
2 parents 0777f78 + f6f937d commit e1fd214
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 33 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[PR #112](https://github.com/nf-core/pixelator/pull/112)] - Add graph refinement options for pixelator 0.19
- [[PR #113](https://github.com/nf-core/pixelator/pull/113)] - Fix validation issues after nf-core/tools v3.0.2 update
- [[PR #114](https://github.com/nf-core/pixelator/pull/114)] - Remove `--save_recovered_components` options for graph outputs
- [[PR #115](https://github.com/nf-core/pixelator/pull/115)] - Update containers for pixelator 0.19

### Parameters

Expand Down
2 changes: 1 addition & 1 deletion conf/test_panel_v2.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ params {
input_basedir = params.pipelines_testdata_base_path + 'pixelator/testdata/'

multiplet_recovery = true
min_size = 2
min_size = 1
max_size = 100000
dynamic_filter = null
compute_polarization = true
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nf-core": {
"utils_nextflow_pipeline": {
"branch": "master",
"git_sha": "3aa0aec1d52d492fe241919f0c6100ebf0074082",
"git_sha": "c2b22d85f30a706a3073387f30380704fcae013b",
"installed_by": ["subworkflows"]
},
"utils_nfcore_pipeline": {
Expand All @@ -26,7 +26,7 @@
},
"utils_nfschema_plugin": {
"branch": "master",
"git_sha": "bbd5a41f4535a8defafe6080e00ea74c45f4f96c",
"git_sha": "2fd2cd6d0e7b273747f32e465fdc6bcc3ae0814e",
"installed_by": ["subworkflows"]
}
}
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/collect_metadata.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ process PIXELATOR_COLLECT_METADATA {

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

input:

Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/list_options.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PIXELATOR_LIST_OPTIONS {

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

output:
path "design_options.txt" , emit: designs
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/amplicon/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PIXELATOR_AMPLICON {

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

input:
tuple val(meta), path(reads)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/analysis/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PIXELATOR_ANALYSIS {

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

input:
tuple val(meta), path(data)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/annotate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PIXELATOR_ANNOTATE {

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

input:
tuple val(meta), path(dataset), path(panel_file), val(panel)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/collapse/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process PIXELATOR_COLLAPSE {

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

input:
tuple val(meta), path(reads), path(panel_file), val(panel)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/demux/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PIXELATOR_DEMUX {

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

input:
tuple val(meta), path(reads), path(panel_file), val(panel)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/graph/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PIXELATOR_GRAPH {

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

input:
tuple val(meta), path(edge_list)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/layout/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PIXELATOR_LAYOUT {

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

input:
tuple val(meta), path(data)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/qc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PIXELATOR_QC {

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

input:
tuple val(meta), path(reads)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pixelator/single-cell/report/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process PIXELATOR_REPORT {

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

input:
tuple val(meta), path(panel_file), val(panel)
Expand Down
3 changes: 1 addition & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ params {
skip_layout = false

// Main pixelator container override
// TODO: Remove this once the pixelator 0.19 is out
pixelator_container = "ghcr.io/pixelgentechnologies/pixelator:dev"
pixelator_container = null

// Boilerplate options
outdir = null
Expand Down
2 changes: 2 additions & 0 deletions subworkflows/nf-core/utils_nextflow_pipeline/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions subworkflows/nf-core/utils_nfschema_plugin/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1fd214

Please sign in to comment.