Skip to content

Commit

Permalink
Merge pull request #118 from PixelgenTechnologies/update-metromap-v1.4
Browse files Browse the repository at this point in the history
Update metromap, bump conda versions
  • Loading branch information
fbdtemme authored Dec 13, 2024
2 parents c22e520 + c6205e6 commit 2593897
Show file tree
Hide file tree
Showing 13 changed files with 90 additions and 87 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[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
- [[PR #116](https://github.com/nf-core/pixelator/pull/116)] - Bump version to 1.4
- [[PR #117](https://github.com/nf-core/pixelator/pull/117)] - Template update for nf-core/tools v3.1.0
- [[PR #118](https://github.com/nf-core/pixelator/pull/118)] - Update metromap, bump conda versions

### Parameters

Expand Down
152 changes: 76 additions & 76 deletions docs/images/nf-core-pixelator-metromap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/local/pixelator/collect_metadata.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_COLLECT_METADATA {
label 'process_single'
cache false

conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/list_options.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process PIXELATOR_LIST_OPTIONS {
label 'process_single'


conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/amplicon/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_AMPLICON {
label 'process_low'


conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/analysis/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process PIXELATOR_ANALYSIS {
tag "$meta.id"
label 'process_medium'

conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/annotate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_ANNOTATE {
label 'process_high'


conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/collapse/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process PIXELATOR_COLLAPSE {
tag "$meta.id"
label 'process_medium'

conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/demux/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_DEMUX {
label 'process_medium'


conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/graph/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_GRAPH {
label 'process_high'


conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/layout/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_LAYOUT {
label 'process_medium'


conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/qc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_QC {
label 'process_medium'


conda "bioconda::pixelator=0.18.2"
conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pixelator:pixelator:0.19.0--pyhdfd78af_0' :
'biocontainers/pixelator:0.19.0--pyhdfd78af_0' }"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/report/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process PIXELATOR_REPORT {
label 'process_low'


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

0 comments on commit 2593897

Please sign in to comment.