Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/work
/.nextflow*
/target
/.vscode
.DS_Store
/output
trace-*
Expand Down
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"yaml.schemas": {
"common/schemas/api_component_spec.yaml": "**/api/comp_*.yaml",
"common/schemas/api_file_format.yaml": "**/api/file_*.yaml",
"common/schemas/task_config.yaml": "_viash.yaml",
"common/schemas/task_method.yaml": "**/methods/**/config.vsh.yaml",
"common/schemas/task_control_method.yaml": "**/control_methods/**/config.vsh.yaml",
"common/schemas/task_metric.yaml": "**/metrics/**/config.vsh.yaml"
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

* Added Simple MLP method (PR #3).

## MINOR CHANGES

* Bump image version for `openproblems/base_*` images to 1 -- a sliding release (PR #9).

* Bump Viash version to 0.9.4 (PR #12).

# task_predict_modality 0.1.0

Initial release after migrating the codebase.
Expand Down
7 changes: 6 additions & 1 deletion _viash.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
viash_version: 0.9.0
viash_version: 0.9.4

name: task_predict_modality
organization: openproblems-bio
Expand Down Expand Up @@ -84,6 +84,11 @@ authors:
github: daxiongshu
email: jiweil@nvidia.com
orcid: "0000-0002-8799-9763"
- name: Marius Lange
roles: [contributor]
info:
github: marius1311
orcid: 0000-0002-4846-1266

links:
issue_tracker: https://github.com/openproblems-bio/task_predict_modality/issues
Expand Down