Skip to content

Commit

Permalink
Adding 'align' as config key in the WorkflowConfig dataclass test fac…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
michael-harper committed Jul 23, 2024
1 parent cb6872d commit b6c2d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/factories/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class WorkflowConfig:
skip_sgs_with_missing_input: bool | None = None

# ---- Other
align: dict[str, Any] | None = None
realign_from_cram_version: str | None = None
cram_version_reference: dict[str, str | Path] | None = None
intervals_path: str | Path | None = None
Expand Down

0 comments on commit b6c2d61

Please sign in to comment.