Skip to content

Commit

Permalink
Remove unused variable in test_workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 2, 2018
1 parent 2a2b0f0 commit 6ffceb3
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,48 +30,6 @@
from galaxy.exceptions import error_codes # noqa: I201


SIMPLE_NESTED_WORKFLOW_YAML = """
class: GalaxyWorkflow
inputs:
- id: outer_input
outputs:
- id: outer_output
source: second_cat#out_file1
steps:
- tool_id: cat1
label: first_cat
in:
input1: outer_input
- run:
class: GalaxyWorkflow
inputs:
- id: inner_input
outputs:
- id: workflow_output
source: random_lines#out_file1
steps:
- tool_id: random_lines1
label: random_lines
state:
num_lines: 1
input:
$link: inner_input
seed_source:
seed_source_selector: set_seed
seed: asdf
label: nested_workflow
in:
inner_input: first_cat/out_file1
- tool_id: cat1
label: second_cat
state:
input1:
$link: nested_workflow#workflow_output
queries:
- input2:
$link: nested_workflow#workflow_output
"""

NESTED_WORKFLOW_AUTO_LABELS = """
class: GalaxyWorkflow
inputs:
Expand Down

0 comments on commit 6ffceb3

Please sign in to comment.