Skip to content

Commit

Permalink
Really do change PJA in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Aug 13, 2024
1 parent 0bc1a46 commit 2d1680b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions lib/galaxy_test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -2086,14 +2086,25 @@ def test_run_workflow_pick_value_bam_pja(self):
pick_from:
- value:
__class__: RuntimeValue
consume_index:
tool_id: metadata_bam
in:
input_bam: pick_value/data_param
tool_state:
ref_names:
- chr10_random
- chr11
- chrM
- chrX
- chr16
outputs:
pick_out:
outputSource: pick_value/data_param
""",
test_data="""
some_file:
value: 1.bam
file_type: bam
value: 3.bam
file_type: unsorted.bam
type: File
""",
history_id=history_id,
Expand All @@ -2106,6 +2117,7 @@ def test_run_workflow_pick_value_bam_pja(self):
)
assert dataset_details["metadata_reference_names"]
assert dataset_details["metadata_bam_index"]
assert dataset_details["file_ext"] == "bam"

def test_run_workflow_simple_conditional_step(self):
with self.dataset_populator.test_history() as history_id:
Expand Down

0 comments on commit 2d1680b

Please sign in to comment.