Skip to content

Commit

Permalink
update hello workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Feb 9, 2023
1 parent 924d667 commit b66798a
Showing 1 changed file with 20 additions and 32 deletions.
52 changes: 20 additions & 32 deletions example_specs/workflows/hello.yaml
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

0 comments on commit b66798a

Please sign in to comment.