Skip to content

Commit 338c863

Browse files
committed
Minor improvements to repo
1 parent 11beedc commit 338c863

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/work
44
/.nextflow*
55
/target
6-
/.vscode
76
.DS_Store
87
/output
98
trace-*

.vscode/settings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
}

_viash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
viash_version: 0.9.0
1+
viash_version: 0.9.4
22

33
name: task_predict_modality
44
organization: openproblems-bio

0 commit comments

Comments
 (0)