Skip to content

Commit

Permalink
test(bases2fastq): Add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 8, 2024
1 parent 9b1fd9e commit 0e96b2d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 6 additions & 4 deletions modules/nf-core/bases2fastq/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ nextflow_process {
process.out.generated_run_manifest,
process.out.unassigned,
process.out.sample_fastq,
process.out.versions,
file(process.out.qc_report[0][1]).name,
file(process.out.run_stats[0][1]).name,
file(process.out.sample_json[0][1]).name
).match()
file(process.out.sample_json[0][1]).name,
).match()
}
)
}
Expand All @@ -67,10 +68,11 @@ nextflow_process {
process.out.generated_run_manifest,
process.out.unassigned,
process.out.sample_fastq,
process.out.versions,
file(process.out.qc_report[0][1]).name,
file(process.out.run_stats[0][1]).name,
file(process.out.sample_json[0][1]).name
).match()
file(process.out.sample_json[0][1]).name,
).match()
}
)
}
Expand Down
12 changes: 9 additions & 3 deletions modules/nf-core/bases2fastq/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,18 @@
]
]
],
[
"versions.yml:md5,d41d8cd98f00b204e9800998ecf8427e"
],
"Bases2Fastq-Sim_QC.html",
"RunStats.json",
"DefaultSample_stats.json"
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nextflow": "24.04.2"
},
"timestamp": "2024-03-19T16:28:23.376144712"
"timestamp": "2024-06-08T13:22:53.536627298"
},
"sim-data.tar.gz - bcl": {
"content": [
Expand Down Expand Up @@ -91,6 +94,9 @@
]
]
],
[
"versions.yml:md5,018cd865ddeaf6d03a2cabf6da664ec8"
],
"20230404-Bases2Fastq-Sim_QC.html",
"RunStats.json",
"DefaultSample_stats.json"
Expand All @@ -99,6 +105,6 @@
"nf-test": "0.8.4",
"nextflow": "24.04.2"
},
"timestamp": "2024-06-06T13:10:30.916899975"
"timestamp": "2024-06-08T13:22:38.54589349"
}
}

0 comments on commit 0e96b2d

Please sign in to comment.