File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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')
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" : ' '
Original file line number Diff line number Diff line change 175175 [
176176 " MULTIQC" ,
177177 " multiqc" ,
178- " 1.34 "
178+ " 1.33 "
179179 ]
180180 ]
181181 }
195195 " id" : " FASTQC"
196196 },
197197 [
198- " .stub:md5,d41d8cd98f00b204e9800998ecf8427e "
198+ " .stub:md5,sadd8cd98f00b233e9800998ecf8427e "
199199 ]
200200 ]
201201 ],
205205 " id" : " FASTQC"
206206 },
207207 [
208- " .stub:md5,d41d8cd98f00b204e9800998ecf8427e "
208+ " .stub:md5,d41d8cd9sf0b204e9800998ecf8427e "
209209 ]
210210 ]
211211 ],
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" ,
419412 " nextflow" : " 25.10.4"
420413 }
421414 }
422- }
415+ }
You can’t perform that action at this time.
0 commit comments