Skip to content

Commit 138c7a9

Browse files
committed
🐛 update schema (to specify filepath)
1 parent 3b75fef commit 138c7a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nextflow_schema.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@
4444
},
4545
"nb": {
4646
"type": "string",
47-
"default": "assets/2_data_analysis.ipynb",
48-
"description": "The Analysis notebook (as script to generate report files using in VueGen)"
47+
"default": "${projectDir}/assets/2_data_analysis.ipynb",
48+
"description": "The Analysis notebook (as script to generate report files using in VueGen)",
49+
"pattern": "^\\S+\\.ipynb$",
50+
"format": "file-path",
51+
"mimetype": "text/ipynb"
4952
},
5053
"input_type": {
5154
"type": "string",

0 commit comments

Comments
 (0)