Skip to content

Commit

Permalink
Update kmcp index to pass linting (#5779)
Browse files Browse the repository at this point in the history
  • Loading branch information
SPPearce authored Jun 8, 2024
1 parent c651992 commit 75d6918
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/kmcp/index/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ input:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- outdir:
- compute_dir:
type: directory
description: Output directory generated by "kmcp compute"
pattern: "*/"
Expand Down
1 change: 1 addition & 0 deletions modules/nf-core/kmcp/index/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ nextflow_process {
{ assert process.success },
{ assert snapshot(
process.out.kmcp,
process.out.versions,
file(process.out.log[0][1]).any { it.contains('time elapsed') }
).match()
}
Expand Down
5 changes: 4 additions & 1 deletion modules/nf-core/kmcp/index/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,15 @@
]
]
],
[
"versions.yml:md5,25aa437046eba1e8059f41484c20a425"
],
false
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.2"
},
"timestamp": "2024-06-06T15:56:58.265221756"
"timestamp": "2024-06-08T05:10:14.34576499"
}
}

0 comments on commit 75d6918

Please sign in to comment.