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

Patch release 1.3.1 #108

Merged
merged 4 commits into from
Jul 31, 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[1.3.1](https://github.com/nf-core/pixelator/releases/tag/1.3.1)] - 2024-07-31

### Enhancements & fixes

- [[PR #107](https://github.com/nf-core/pixelator/pull/107)] - Fix conda version tag to use pixelator 0.18.2

## [[1.3.0](https://github.com/nf-core/pixelator/releases/tag/1.3.0)] - 2024-07-17

### Enhancements & fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/collect_metadata.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process PIXELATOR_COLLECT_METADATA {
label 'process_single'
cache false

conda "bioconda::pixelator=0.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
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.17.1"
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' }"
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ manifest {
description = """Pipeline for analysis of Molecular Pixelation assays"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.3.0'
version = '1.3.1'
doi = '10.1101/2023.06.05.543770'
}

Expand Down
Loading