File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
modules/nf-core/bowtie/build/tests Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ nextflow_process {
3434 test("sarscov2 - fasta - stub") {
3535
3636 options "-stub"
37+ tag "version"
3738
3839 when {
3940 process {
@@ -48,7 +49,8 @@ nextflow_process {
4849 then {
4950 assertAll(
5051 { assert process.success },
51- { assert snapshot(process.out).match() }
52+ { assert snapshot(process.out).match() },
53+ { assert snapshot(path(process.out.versions.get(0)).yaml).match("versions") },
5254 )
5355 }
5456
Original file line number Diff line number Diff line change 4646 },
4747 " timestamp" : " 2024-06-18T08:38:14.852528155"
4848 },
49+ " versions" : {
50+ " content" : [
51+ {
52+ " BOWTIE_BUILD" : {
53+ " bowtie" : " 1.3.0"
54+ }
55+ }
56+ ],
57+ " meta" : {
58+ " nf-test" : " 0.9.0" ,
59+ " nextflow" : " 24.04.4"
60+ },
61+ " timestamp" : " 2024-09-10T11:48:00.007395903"
62+ },
4963 " sarscov2 - fasta" : {
5064 " content" : [
5165 {
You can’t perform that action at this time.
0 commit comments