Skip to content

Commit

Permalink
bump hifiasm version to 0.24.0-r702
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPippel committed Jan 9, 2025
1 parent 4c741e5 commit 6718ad7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion modules/nf-core/hifiasm/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::hifiasm=0.21.0
- bioconda::hifiasm=0.24.0
4 changes: 2 additions & 2 deletions modules/nf-core/hifiasm/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process HIFIASM {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/hifiasm:0.21.0--h43eeafb_0' :
'biocontainers/hifiasm:0.21.0--h43eeafb_0' }"
'https://depot.galaxyproject.org/singularity/hifiasm:0.24.0--h5ca1c30_0' :
'biocontainers/hifiasm:0.24.0--h5ca1c30_0' }"

input:
tuple val(meta) , path(reads)
Expand Down
12 changes: 6 additions & 6 deletions modules/nf-core/hifiasm/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
],
[
"versions.yml:md5,4c02458be007ef6776c2991fbb13f879"
"versions.yml:md5,a2ea36e18c39850b1680302d9f6c950f"
]
],
"meta": {
Expand Down Expand Up @@ -78,7 +78,7 @@
]
],
[
"versions.yml:md5,4c02458be007ef6776c2991fbb13f879"
"versions.yml:md5,a2ea36e18c39850b1680302d9f6c950f"
]
],
"meta": {
Expand Down Expand Up @@ -115,7 +115,7 @@
]
],
"11": [
"versions.yml:md5,4c02458be007ef6776c2991fbb13f879"
"versions.yml:md5,a2ea36e18c39850b1680302d9f6c950f"
],
"2": [
[
Expand Down Expand Up @@ -270,7 +270,7 @@
]
],
"versions": [
"versions.yml:md5,4c02458be007ef6776c2991fbb13f879"
"versions.yml:md5,a2ea36e18c39850b1680302d9f6c950f"
]
}
],
Expand Down Expand Up @@ -307,7 +307,7 @@
]
],
[
"versions.yml:md5,4c02458be007ef6776c2991fbb13f879"
"versions.yml:md5,a2ea36e18c39850b1680302d9f6c950f"
]
],
"meta": {
Expand All @@ -316,4 +316,4 @@
},
"timestamp": "2024-11-28T10:51:45.301359171"
}
}
}

0 comments on commit 6718ad7

Please sign in to comment.