Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port gridss/gridss to nf-test #5933

Merged
merged 12 commits into from
Jul 12, 2024
Prev Previous commit
Next Next commit
update test with bam plugin
  • Loading branch information
famosab committed Jul 9, 2024
commit 3d0561357f17575691c53ba448298e6d54c8c622
4 changes: 2 additions & 2 deletions modules/nf-core/gridss/gridss/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ nextflow_process {
assertAll(
{ assert process.success },
{ assert snapshot(
file(process.out.assembly[0][1]).name,
process.out.versions,
bam(process.out.assembly[0][1]).getSamLinesMD5(),
process.out.versions
).match()
}
)
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/gridss/gridss/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"human - bam - assembly": {
"content": [
"test.vcf.gz.assembly.bam",
"d41d8cd98f00b204e9800998ecf8427e",
[
"versions.yml:md5,139867df5d7eaf22a89ae574f08e8d80"
]
Expand All @@ -95,6 +95,6 @@
"nf-test": "0.8.4",
"nextflow": "24.04.2"
},
"timestamp": "2024-07-08T16:25:43.596313"
"timestamp": "2024-07-09T10:29:33.266756"
}
}
Loading