Skip to content

Commit d95f743

Browse files
Remove file-path format from logs schema field
nf-schema's file-path resolution conflicts with nf-test's directory layout, producing invalid paths. The workflow now resolves tarball paths manually relative to the samplesheet directory. Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
1 parent 1796890 commit d95f743

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

assets/schema_input.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"logs": {
2929
"type": "string",
30-
"format": "file-path",
3130
"pattern": "^\\S+$",
3231
"errorMessage": "Please provide a valid file path to your Seqera Platform logs.",
3332
"meta": ["logs"]

0 commit comments

Comments
 (0)