Skip to content

Commit

Permalink
[tabulartogseachip] update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
suzannejin committed Dec 13, 2024
1 parent bfb0307 commit 8e0a4fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nextflow_process {
then {
assertAll(
{ assert process.success },
{ assert snapshot(process.out).match() }
{ assert snapshot(process.out.chip).match() }
)
}

Expand Down
19 changes: 4 additions & 15 deletions modules/nf-core/custom/tabulartogseachip/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
{
"test tsv to chip": {
"content": [
{
"0": [
"SRP254919.salmon.merged.gene_counts.top1000cov.chip:md5,2ab8a685c675ce2fb97142526766044a"
],
"1": [
"versions.yml:md5,5d7471c33c9bef639c20d6a812487eb2"
],
"chip": [
"SRP254919.salmon.merged.gene_counts.top1000cov.chip:md5,2ab8a685c675ce2fb97142526766044a"
],
"versions": [
"versions.yml:md5,5d7471c33c9bef639c20d6a812487eb2"
]
}
[
"SRP254919.salmon.merged.gene_counts.top1000cov.chip:md5,2ab8a685c675ce2fb97142526766044a"
]
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.2"
},
"timestamp": "2024-12-13T14:11:48.770133595"
"timestamp": "2024-12-13T14:25:21.122994122"
}
}

0 comments on commit 8e0a4fe

Please sign in to comment.