File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
src/methods/neurips2022_shuji_suzuki Expand file tree Collapse file tree 4 files changed +13
-4
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+ }
10+ }
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
Original file line number Diff line number Diff 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
2121resources :
2222 - type : python_script
You can’t perform that action at this time.
0 commit comments