Skip to content

Commit 90f1d01

Browse files
committed
update method
1 parent add555f commit 90f1d01

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}
10+
}

_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

src/methods/neurips2022_shuji_suzuki/config.vsh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ description: |
1515
1616
For CITEseq: Uses correlation-based gene selection and pathway information
1717
For Multiome: Uses tSVD-based imputation and advanced preprocessing
18-
info:
19-
repository_url: https://github.com/shu65/open-problems-multimodal/tree/main
18+
links:
19+
repository: https://github.com/shu65/open-problems-multimodal/tree/main
2020

2121
resources:
2222
- type: python_script

0 commit comments

Comments
 (0)