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

Update odgi to version 0.9.0 #7313

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion modules/nf-core/odgi/build/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_BUILD {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph)
Expand Down
4 changes: 1 addition & 3 deletions modules/nf-core/odgi/build/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ nextflow_process {
then {
assertAll(
{ assert process.success },
// { assert snapshot(process.out).match() } // the odgi file on disk may not be deterministic, but the graph itself is
{ assert path(process.out.og.get(0).get(1)).exists() } // the odgi file on disk may not be deterministic, but the graph itself is
)
}

}

}
2 changes: 1 addition & 1 deletion modules/nf-core/odgi/draw/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/draw/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_DRAW {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph), path(lay)
Expand Down
14 changes: 9 additions & 5 deletions modules/nf-core/odgi/draw/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,30 @@
"id": "test",
"single_end": false
},
"test.png:md5,2024bc28ff028163094fa1070da028db"
"test.png:md5,be625ee96d1acd50ba6dbb37102ae6b9"
]
],
"1": [
"versions.yml:md5,d1ce3da3324df7e6c4531385ad24dbb3"
"versions.yml:md5,227b8d9ac064dec15f0abad54334e4fa"
],
"png": [
[
{
"id": "test",
"single_end": false
},
"test.png:md5,2024bc28ff028163094fa1070da028db"
"test.png:md5,be625ee96d1acd50ba6dbb37102ae6b9"
]
],
"versions": [
"versions.yml:md5,d1ce3da3324df7e6c4531385ad24dbb3"
"versions.yml:md5,227b8d9ac064dec15f0abad54334e4fa"
]
}
],
"timestamp": "2024-01-30T11:03:39.412763234"
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-15T14:46:28.331207"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing EOL

2 changes: 1 addition & 1 deletion modules/nf-core/odgi/layout/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/layout/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_LAYOUT {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/odgi/layout/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ nextflow_process {
then {
assertAll(
{ assert process.success },
// { assert snapshot(process.out).match() } // odgi layout is not deterministic
// odgi layout is not deterministic
{ assert path(process.out.lay.get(0).get(1)).exists() },
{ assert path(process.out.tsv.get(0).get(1)).exists() }
)
}

}

}
2 changes: 1 addition & 1 deletion modules/nf-core/odgi/sort/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/sort/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_SORT {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph)
Expand Down
8 changes: 4 additions & 4 deletions modules/nf-core/odgi/sort/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"content": [
"test.og",
[
"versions.yml:md5,6defcba99b79fde2042de15eec929bf4"
"versions.yml:md5,642e4ce5c2288d3b6e4f231396ecd5b4"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.4"
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2024-08-13T09:40:56.821872"
"timestamp": "2025-01-15T14:47:49.015053"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing EOL

2 changes: 1 addition & 1 deletion modules/nf-core/odgi/squeeze/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/squeeze/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_SQUEEZE {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graphs)
Expand Down
8 changes: 4 additions & 4 deletions modules/nf-core/odgi/squeeze/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"content": [
"test.og",
[
"versions.yml:md5,ee7ed77636f98e98a3e40a915c22ed64"
"versions.yml:md5,751fb4a0629a070f0edc989c4d5e555b"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.4"
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2024-08-13T10:09:07.409463"
"timestamp": "2025-01-15T14:48:22.366465"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing EOL

2 changes: 1 addition & 1 deletion modules/nf-core/odgi/stats/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/stats/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_STATS {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph)
Expand Down
8 changes: 4 additions & 4 deletions modules/nf-core/odgi/stats/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"content": [
"test.og.stats.tsv",
[
"versions.yml:md5,0f4d685d1c0d3562081073bfbf85d95d"
"versions.yml:md5,5127b79951be7dcc7925348293826aea"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.3"
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2024-08-09T09:55:15.438306"
"timestamp": "2025-01-15T14:48:52.45995"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing EOL

2 changes: 1 addition & 1 deletion modules/nf-core/odgi/unchop/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing EOL

- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/unchop/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_UNCHOP {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph)
Expand Down
8 changes: 4 additions & 4 deletions modules/nf-core/odgi/unchop/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"content": [
"test.og",
[
"versions.yml:md5,721a9406e96a94ccb0ec44dc4f76ed09"
"versions.yml:md5,23b7ff2375170fe1ed6a50e018fbefb1"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.4"
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2024-08-13T09:38:53.743369"
"timestamp": "2025-01-15T14:49:21.848525"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing EOL

2 changes: 1 addition & 1 deletion modules/nf-core/odgi/view/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/view/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_VIEW {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph)
Expand Down
10 changes: 7 additions & 3 deletions modules/nf-core/odgi/view/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
],
"1": [
"versions.yml:md5,cda909193ec196138daed6da151a8e83"
"versions.yml:md5,6839cfd47e1e750fee7a947807dce2a7"
],
"gfa": [
[
Expand All @@ -24,10 +24,14 @@
]
],
"versions": [
"versions.yml:md5,cda909193ec196138daed6da151a8e83"
"versions.yml:md5,6839cfd47e1e750fee7a947807dce2a7"
]
}
],
"timestamp": "2024-01-30T10:35:28.605315319"
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-15T14:49:51.203182"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe the EOL is not relevant in snaps?

2 changes: 1 addition & 1 deletion modules/nf-core/odgi/viz/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::odgi=0.8.4
- bioconda::odgi=0.9.0
4 changes: 2 additions & 2 deletions modules/nf-core/odgi/viz/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process ODGI_VIZ {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/odgi:0.8.4--py310h6cc9453_0':
'biocontainers/odgi:0.8.4--py310h6cc9453_0' }"
'https://depot.galaxyproject.org/singularity/odgi:0.9.0--py312h5e9d817_1':
'biocontainers/odgi:0.9.0--py312h5e9d817_1' }"

input:
tuple val(meta), path(graph)
Expand Down
10 changes: 7 additions & 3 deletions modules/nf-core/odgi/viz/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
],
"1": [
"versions.yml:md5,95c0ee8015cf342c2724fb64d4cba67e"
"versions.yml:md5,d819e8f806b414b178c2d915e9d9791e"
],
"png": [
[
Expand All @@ -24,10 +24,14 @@
]
],
"versions": [
"versions.yml:md5,95c0ee8015cf342c2724fb64d4cba67e"
"versions.yml:md5,d819e8f806b414b178c2d915e9d9791e"
]
}
],
"timestamp": "2024-01-30T09:53:51.373368285"
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.3"
},
"timestamp": "2025-01-15T14:50:21.102589"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cause EOcmake -H. -Bbuild && cmake --build build -- -j 3L is everywhere in each snap

Loading