Skip to content

Commit dae0633

Browse files
committed
updated ivar version to last one
1 parent 851214f commit dae0633

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/nf-core/ivar/trim/main.nf

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

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/ivar:1.4.3--h43eeafb_0' :
8-
'biocontainers/ivar:1.4.3--h43eeafb_0' }"
7+
'https://depot.galaxyproject.org/singularity/ivar:1.4.4--h077b44d_0' :
8+
'biocontainers/ivar:1.4.4--h077b44d_0' }"
99

1010
input:
1111
tuple val(meta), path(bam), path(bai)

modules/nf-core/ivar/trim/tests/main.nf.test.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
],
2121
"2": [
22-
"versions.yml:md5,0866f2f803515965fa4e60e75e03142f"
22+
"versions.yml:md5,ce9bc7a85135fcf3ce1b8fcd3640dac7"
2323
],
2424
"bam": [
2525
[
@@ -38,15 +38,15 @@
3838
]
3939
],
4040
"versions": [
41-
"versions.yml:md5,0866f2f803515965fa4e60e75e03142f"
41+
"versions.yml:md5,ce9bc7a85135fcf3ce1b8fcd3640dac7"
4242
]
4343
}
4444
],
4545
"meta": {
46-
"nf-test": "0.9.0",
47-
"nextflow": "24.04.4"
46+
"nf-test": "0.9.2",
47+
"nextflow": "24.10.5"
4848
},
49-
"timestamp": "2024-09-02T15:46:42.599707"
49+
"timestamp": "2025-03-20T15:10:51.503250953"
5050
},
5151
"test-ivar-trim": {
5252
"content": [
@@ -55,18 +55,18 @@
5555
{
5656
"id": "test"
5757
},
58-
"test.bam:md5,18867ab51d13776367707d3dc7ab55e0"
58+
"test.bam:md5,0b6d8da44f8257e29d1c14590dbbf95b"
5959
]
6060
],
6161
[
62-
"versions.yml:md5,0866f2f803515965fa4e60e75e03142f"
62+
"versions.yml:md5,ce9bc7a85135fcf3ce1b8fcd3640dac7"
6363
],
6464
true
6565
],
6666
"meta": {
6767
"nf-test": "0.9.2",
6868
"nextflow": "24.10.5"
6969
},
70-
"timestamp": "2025-03-20T14:56:50.145947066"
70+
"timestamp": "2025-03-20T15:10:47.64392354"
7171
}
7272
}

0 commit comments

Comments
 (0)