Skip to content

Commit

Permalink
add nallo to metrics_deliverables test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpru committed Jan 27, 2025
1 parent 680c6f6 commit 6923bcf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/meta/workflow/test_nf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@

@pytest.mark.parametrize(
"workflow",
[Workflow.RAREDISEASE, Workflow.RNAFUSION, Workflow.TAXPROFILER, Workflow.TOMTE],
[
Workflow.RAREDISEASE,
Workflow.RNAFUSION,
Workflow.TAXPROFILER,
Workflow.TOMTE,
Workflow.NALLO,
],
)
def test_create_metrics_deliverables_content(
workflow: Workflow,
Expand Down

0 comments on commit 6923bcf

Please sign in to comment.