Skip to content

Commit e6a2e06

Browse files
committed
test new character-level diffs
1 parent 3326d82 commit e6a2e06

6 files changed

Lines changed: 14 additions & 21 deletions

File tree

.github/actions/get-shards/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ runs:
2626
java-version: "17"
2727

2828
- name: Set up nf-test
29-
uses: nf-core/setup-nf-test@ce65500579e8587607aab289ecb3a9c343c32e79 # v2
29+
uses: nf-core/setup-nf-test@main # v2
3030
with:
3131
version: ${{ env.NFT_VER }}
32-
install-pdiff: true
32+
install-fast-diff: true
3333

3434
- name: Get number of shards
3535
id: shards

.github/actions/nf-test-action/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ runs:
3737
python-version: "3.14"
3838

3939
- name: Set up nf-test
40-
uses: nf-core/setup-nf-test@ce65500579e8587607aab289ecb3a9c343c32e79 # v2
40+
uses: nf-core/setup-nf-test@main # v2
4141
with:
4242
version: "${{ env.NFT_VER }}"
43-
install-pdiff: true
43+
install-fast-diff: true
4444

4545
- name: Set up apptainer
4646
if: contains(inputs.profile, 'singularity')

.github/workflows/update-gpu-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
python-version: "3.14"
7272

7373
- name: Set up nf-test
74-
uses: nf-core/setup-nf-test@ce65500579e8587607aab289ecb3a9c343c32e79 # v2
74+
uses: nf-core/setup-nf-test@main # v2
7575
with:
7676
version: "${{ env.NFT_VER }}"
77-
install-pdiff: true
77+
install-fast-diff: true
7878

7979
- name: Update gpu snapshot
8080
id: update-gpu-snapshot

.github/workflows/update-sentieon-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
python-version: "3.14"
7575

7676
- name: Set up nf-test
77-
uses: nf-core/setup-nf-test@ce65500579e8587607aab289ecb3a9c343c32e79 # v2
77+
uses: nf-core/setup-nf-test@main # v2
7878
with:
7979
version: "${{ env.NFT_VER }}"
80-
install-pdiff: true
80+
install-fast-diff: true
8181

8282
# Set up secrets
8383
- name: Set up Nextflow secrets

modules/nf-core/multiqc/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ process MULTIQC {
1919

2020
when:
2121
task.ext.when == null || task.ext.when
22-
22+
//trigger test
2323
script:
2424
def args = task.ext.args ?: ''
2525
def prefix = task.ext.prefix ? "--filename ${task.ext.prefix}.html" : ''

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

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
[
176176
"MULTIQC",
177177
"multiqc",
178-
"1.34"
178+
"1.33"
179179
]
180180
]
181181
}
@@ -195,7 +195,7 @@
195195
"id": "FASTQC"
196196
},
197197
[
198-
".stub:md5,d41d8cd98f00b204e9800998ecf8427e"
198+
".stub:md5,sadd8cd98f00b233e9800998ecf8427e"
199199
]
200200
]
201201
],
@@ -205,7 +205,7 @@
205205
"id": "FASTQC"
206206
},
207207
[
208-
".stub:md5,d41d8cd98f00b204e9800998ecf8427e"
208+
".stub:md5,d41d8cd9sf0b204e9800998ecf8427e"
209209
]
210210
]
211211
],
@@ -214,16 +214,9 @@
214214
{
215215
"id": "FASTQC"
216216
},
217-
"multiqc_report.html:md5,d41d8cd98f00b204e9800998ecf8427e"
217+
"multiqc_report.html:md5,d41d8cd98fss00b204e9800998ecf8427e"
218218
]
219219
],
220-
"versions": [
221-
[
222-
"MULTIQC",
223-
"multiqc",
224-
"1.34"
225-
]
226-
]
227220
}
228221
],
229222
"timestamp": "2026-02-26T15:14:39.789193051",
@@ -419,4 +412,4 @@
419412
"nextflow": "25.10.4"
420413
}
421414
}
422-
}
415+
}

0 commit comments

Comments
 (0)