Skip to content

Commit

Permalink
Workflow test with literal test outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Sep 24, 2024
1 parent b077505 commit 2d8bb3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/galaxy_test/workflow/output_parameter.gxwf-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- doc: |
Test to verify exact output parameter verification works propery.
job:
text_int:
type: File
content: "43"
outputs:
out_int: 43
13 changes: 13 additions & 0 deletions lib/galaxy_test/workflow/output_parameter.gxwf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
class: GalaxyWorkflow
inputs:
text_int: data
outputs:
out_int:
outputSource: param_out/integer_param
steps:
param_out:
tool_id: param_value_from_file
state:
param_type: integer
in:
input1: text_int

0 comments on commit 2d8bb3d

Please sign in to comment.