We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b75fef commit 138c7a9Copy full SHA for 138c7a9
nextflow_schema.json
@@ -44,8 +44,11 @@
44
},
45
"nb": {
46
"type": "string",
47
- "default": "assets/2_data_analysis.ipynb",
48
- "description": "The Analysis notebook (as script to generate report files using in VueGen)"
+ "default": "${projectDir}/assets/2_data_analysis.ipynb",
+ "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"
52
53
"input_type": {
54
0 commit comments