Skip to content

Commit 8b798ea

Browse files
authored
bump bcl-convert (#11749)
* bump bcl-convert * fix linting * update snapshot
1 parent 251885f commit 8b798ea

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

modules/nf-core/bclconvert/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Build stage: unpack the RPM file
66
FROM debian:bullseye-slim AS build
7-
ARG BCLCONVERT_VERSION="4.4.6"
7+
ARG BCLCONVERT_VERSION="4.5.4"
88

99
# Install tools needed to extract RPM
1010
RUN apt-get update \
@@ -15,13 +15,13 @@ RUN apt-get update \
1515
&& rm -rf /var/lib/apt/lists/*
1616

1717
# Extract bcl-convert from RPM
18-
COPY bcl-convert-4.4.6-2.el8.x86_64.rpm bcl-convert.rpm
18+
COPY bcl-convert-${BCLCONVERT_VERSION}-2.el8.x86_64.rpm bcl-convert.rpm
1919
RUN rpm2cpio bcl-convert.rpm | cpio -idmv \
2020
&& rm bcl-convert.rpm
2121

2222
# Final stage: minimal image with only necessary components
2323
FROM debian:bullseye-slim
24-
ARG BCLCONVERT_VERSION="4.4.6"
24+
ARG BCLCONVERT_VERSION="4.5.4"
2525
LABEL org.opencontainers.image.description="Docker image containing bcl-convert"
2626
LABEL org.opencontainers.image.version="$BCLCONVERT_VERSION"
2727
LABEL org.opencontainers.image.documentation="https://github.com/nf-core/modules/blob/master/modules/nf-core/bclconvert/README.md"

modules/nf-core/bclconvert/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process BCLCONVERT {
22
tag "${ meta.lane ? meta.id + "." + meta.lane : meta.id }"
33
label 'process_high'
44

5-
container "quay.io/nf-core/bclconvert:4.4.6"
5+
container "quay.io/nf-core/bclconvert:4.5.4"
66

77
input:
88
tuple val(meta), path(samplesheet), path(run_dir)
@@ -70,8 +70,8 @@ process BCLCONVERT {
7070
stub:
7171
"""
7272
mkdir -p output
73-
echo "fake fastq file" | gzip > output/Sample1_S1_L001_R1_001.fastq.gz
74-
echo "fake fastq file" | gzip > output/Undetermined_S0_L001_R1_001.fastq.gz
73+
echo "" | gzip > output/Sample1_S1_L001_R1_001.fastq.gz
74+
echo "" | gzip > output/Undetermined_S0_L001_R1_001.fastq.gz
7575
7676
mkdir -p output/Reports
7777
echo "fake report file" > output/Reports/Adapter_Cycle_Metrics.csv

modules/nf-core/bclconvert/tests/main.nf.test.snap

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
[
5050
"BCLCONVERT",
5151
"bclconvert",
52-
"4.4.6"
52+
"4.5.4"
5353
]
5454
]
5555
}
5656
],
57+
"timestamp": "2026-05-22T13:52:39.325893",
5758
"meta": {
58-
"nf-test": "0.9.3",
59-
"nextflow": "25.10.4"
60-
},
61-
"timestamp": "2026-03-04T20:03:26.54479"
59+
"nf-test": "0.9.5",
60+
"nextflow": "26.04.1"
61+
}
6262
},
6363
"homo_sapiens illumina [bcl] - stub": {
6464
"content": [
@@ -69,7 +69,7 @@
6969
"id": "test",
7070
"lane": 1
7171
},
72-
"Sample1_S1_L001_R1_001.fastq.gz:md5,1495c2d7a9b129c0968b84b149991bfc"
72+
"Sample1_S1_L001_R1_001.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
7373
]
7474
],
7575
"1": [
@@ -81,7 +81,7 @@
8181
"id": "test",
8282
"lane": 1
8383
},
84-
"Undetermined_S0_L001_R1_001.fastq.gz:md5,1495c2d7a9b129c0968b84b149991bfc"
84+
"Undetermined_S0_L001_R1_001.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
8585
]
8686
],
8787
"3": [
@@ -144,7 +144,7 @@
144144
[
145145
"BCLCONVERT",
146146
"bclconvert",
147-
"4.4.6"
147+
"4.5.4"
148148
]
149149
],
150150
"fastq": [
@@ -153,7 +153,7 @@
153153
"id": "test",
154154
"lane": 1
155155
},
156-
"Sample1_S1_L001_R1_001.fastq.gz:md5,1495c2d7a9b129c0968b84b149991bfc"
156+
"Sample1_S1_L001_R1_001.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
157157
]
158158
],
159159
"fastq_idx": [
@@ -218,7 +218,7 @@
218218
"id": "test",
219219
"lane": 1
220220
},
221-
"Undetermined_S0_L001_R1_001.fastq.gz:md5,1495c2d7a9b129c0968b84b149991bfc"
221+
"Undetermined_S0_L001_R1_001.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
222222
]
223223
],
224224
"undetermined_idx": [
@@ -228,16 +228,16 @@
228228
[
229229
"BCLCONVERT",
230230
"bclconvert",
231-
"4.4.6"
231+
"4.5.4"
232232
]
233233
]
234234
}
235235
],
236+
"timestamp": "2026-05-27T10:04:20.149645",
236237
"meta": {
237-
"nf-test": "0.9.3",
238-
"nextflow": "25.10.4"
239-
},
240-
"timestamp": "2026-02-17T14:13:11.717962"
238+
"nf-test": "0.9.5",
239+
"nextflow": "26.04.2"
240+
}
241241
},
242242
"homo_sapiens illumina [bcl]": {
243243
"content": [
@@ -281,15 +281,15 @@
281281
[
282282
"BCLCONVERT",
283283
"bclconvert",
284-
"4.4.6"
284+
"4.5.4"
285285
]
286286
]
287287
}
288288
],
289+
"timestamp": "2026-05-22T13:52:14.995144",
289290
"meta": {
290-
"nf-test": "0.9.3",
291-
"nextflow": "25.10.4"
292-
},
293-
"timestamp": "2026-03-04T20:02:51.80369"
291+
"nf-test": "0.9.5",
292+
"nextflow": "26.04.1"
293+
}
294294
}
295295
}

subworkflows/nf-core/bcl_demultiplex/tests/main.nf.test.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@
182182
]
183183
}
184184
],
185-
"timestamp": "2026-03-16T13:47:40.083238326",
185+
"timestamp": "2026-05-22T13:53:21.033652",
186186
"meta": {
187-
"nf-test": "0.9.4",
188-
"nextflow": "25.10.4"
187+
"nf-test": "0.9.5",
188+
"nextflow": "26.04.1"
189189
}
190190
},
191191
"bcl2fastq": {
@@ -324,10 +324,10 @@
324324
]
325325
}
326326
],
327-
"timestamp": "2026-03-16T13:48:09.325036018",
327+
"timestamp": "2026-05-22T12:11:17.997148",
328328
"meta": {
329-
"nf-test": "0.9.4",
330-
"nextflow": "25.10.4"
329+
"nf-test": "0.9.5",
330+
"nextflow": "26.04.1"
331331
}
332332
}
333333
}

0 commit comments

Comments
 (0)