File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-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+ }
10+ }
Original file line number Diff line number Diff line change 88
99* Added Simple MLP method (PR #3 ).
1010
11+ ## MINOR CHANGES
12+
13+ * Bump image version for ` openproblems/base_* ` images to 1 -- a sliding release (PR #9 ).
14+
15+ * Bump Viash version to 0.9.4 (PR #12 ).
16+
1117# task_predict_modality 0.1.0
1218
1319Initial release after migrating the codebase.
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
@@ -84,6 +84,11 @@ authors:
8484 github : daxiongshu
85858686 orcid : " 0000-0002-8799-9763"
87+ - name : Marius Lange
88+ roles : [contributor]
89+ info :
90+ github : marius1311
91+ orcid : 0000-0002-4846-1266
8792
8893links :
8994 issue_tracker : https://github.com/openproblems-bio/task_predict_modality/issues
You can’t perform that action at this time.
0 commit comments