-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,27 @@ | ||
name: dummy workflow printing msg | ||
cite: | ||
- {text: BioImage.IO, url: 'https://doi.org/10.1101/2022.06.07.495102'} | ||
description: This dummy workflow is intended as a demonstration and for testing. | ||
type: workflow | ||
format_version: 0.2.3 | ||
cite: | ||
- text: BioImage.IO | ||
url: 'https://doi.org/10.1101/2022.06.07.495102' | ||
|
||
icon: ⚙ | ||
id: bioimageio/hello | ||
inputs: [] | ||
|
||
license: MIT | ||
name: dummy workflow printing msg | ||
options: | ||
- name: msg | ||
type: string | ||
description: Message | ||
default: Hello! | ||
- name: tensor_a | ||
type: tensor | ||
description: tensor_a whose shape is added to message | ||
- {default: Hello!, description: Message, name: msg, type: string} | ||
- {axes: unknown, default: null, description: tensor_a whose shape is added to message, | ||
name: tensor_a, type: tensor} | ||
- axes: | ||
- {type: batch} | ||
- {description: x dimension, name: x, step: 1.5, type: space, unit: millimeter} | ||
- {description: a special index axis, name: demo index, type: index} | ||
default: null | ||
axes: arbitrary | ||
- name: tensor_b | ||
type: tensor | ||
description: tensor_b whose shape is added to message | ||
default: null | ||
axes: | ||
- type: batch | ||
- type: space | ||
name: x | ||
description: x dimension | ||
step: 1.5 | ||
unit: millimeter | ||
- type: index | ||
name: demo index | ||
description: a special index axis | ||
|
||
name: tensor_b | ||
type: tensor | ||
outputs: | ||
- name: msg | ||
type: string | ||
description: A possibly manipulated message. | ||
- {description: A possibly manipulated message., name: msg, type: string} | ||
rdf_source: https://raw.githubusercontent.com/bioimage-io/workflows-bioimage-io-python/main/src/bioimageio/workflows/static/workflow_rdfs/hello.yaml | ||
tags: [workflow] | ||
type: workflow | ||
version: 0.1.0 |