Skip to content

Commit 57ffa05

Browse files
committed
Update hugo-unifier
1 parent bbaadef commit 57ffa05

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

modules/local/hugounifier/apply/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
dependencies:
55
- pip
66
- pip:
7-
- hugo-unifier==0.2.7
7+
- hugo-unifier==0.2.8

modules/local/hugounifier/apply/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process HUGOUNIFIER_APPLY {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'oras://community.wave.seqera.io/library/pip_hugo-unifier:3e1901cbb7f39dfc':
8-
'community.wave.seqera.io/library/pip_hugo-unifier:6d176a11f2d9defb' }"
7+
'oras://community.wave.seqera.io/library/pip_hugo-unifier:c031178467b3e4b6':
8+
'community.wave.seqera.io/library/pip_hugo-unifier:3ece8804680ed056' }"
99

1010
input:
1111
tuple val(meta), path(h5ad, arity: 1), path(changes, arity: 1)

modules/local/hugounifier/get/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
dependencies:
55
- pip
66
- pip:
7-
- hugo-unifier==0.2.7
7+
- hugo-unifier==0.2.8

modules/local/hugounifier/get/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process HUGOUNIFIER_GET {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'oras://community.wave.seqera.io/library/pip_hugo-unifier:3e1901cbb7f39dfc':
8-
'community.wave.seqera.io/library/pip_hugo-unifier:6d176a11f2d9defb' }"
7+
'oras://community.wave.seqera.io/library/pip_hugo-unifier:c031178467b3e4b6':
8+
'community.wave.seqera.io/library/pip_hugo-unifier:3ece8804680ed056' }"
99

1010
input:
1111
tuple val(meta), val(names), path(h5ads, stageAs: 'input/file_?.h5ad')

0 commit comments

Comments
 (0)