File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 33/work
44/.nextflow *
55/target
6- /.vscode
76.DS_Store
87/output
98trace- *
Original file line number Diff line number Diff line change 1+ {
2+ "yaml.schemas" : {
3+ "common/schemas/api_component_spec.yaml" : " **/api/comp_*.yaml" ,
4+ "common/schemas/api_file_format.yaml" : " **/api/file_*.yaml" ,
5+ "common/schemas/task_config.yaml" : " _viash.yaml" ,
6+ "common/schemas/task_method.yaml" : " **/methods/**/config.vsh.yaml" ,
7+ "common/schemas/task_control_method.yaml" : " **/control_methods/**/config.vsh.yaml" ,
8+ "common/schemas/task_metric.yaml" : " **/metrics/**/config.vsh.yaml" ,
9+ "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.4/config.schema.json" : [
10+ " *.vsh.yaml" ,
11+ " *.vsh.yml"
12+ ],
13+ "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.4/package.schema.json" : [
14+ " _viash.yaml" ,
15+ " _viash.yml"
16+ ]
17+ }
18+ }
Original file line number Diff line number Diff line change 1- viash_version : 0.9.0
1+ viash_version : 0.9.4
22
33name : task_predict_modality
44organization : openproblems-bio
You can’t perform that action at this time.
0 commit comments