Skip to content

Commit

Permalink
bump odgi modules to v0.8.3 (nf-core#3805)
Browse files Browse the repository at this point in the history
* bump odgi modules v0.8.3

* fix linting error

* fix galaxy container
  • Loading branch information
subwaystation authored Sep 4, 2023
1 parent 96fadda commit 2d8f8fd
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_BUILD {
tag "$meta.id"
label 'process_medium'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/draw/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_DRAW {
tag "$meta.id"
label 'process_single'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph), path(lay)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/layout/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_LAYOUT {
tag "$meta.id"
label 'process_medium'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/sort/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_SORT {
tag "$meta.id"
label 'process_high'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/squeeze/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_SQUEEZE {
tag "$meta.id"
label 'process_medium'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graphs)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/odgi/squeeze/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ input:
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- graphs:
type: files
type: file
description: Pangenome graph files in ODGI format.
pattern: "*.{og}"

Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/stats/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_STATS {
tag "$meta.id"
label 'process_single'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/unchop/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_UNCHOP {
tag "$meta.id"
label 'process_medium'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/view/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_VIEW {
tag "$meta.id"
label 'process_single'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py310hc8f18ef_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/viz/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process ODGI_VIZ {
tag "$meta.id"
label 'process_single'

conda "bioconda::odgi=0.8.2"
conda "bioconda::odgi=0.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.2--py39h2add14b_0':
'biocontainers/odgi:0.8.2--py310hc8f18ef_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.8.3--py310h6cc9453_0':
'biocontainers/odgi:0.8.3--py310h6cc9453_0' }"

input:
tuple val(meta), path(graph)
Expand Down

0 comments on commit 2d8f8fd

Please sign in to comment.