Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge_master_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Bump version and push tags to master
steps:
- name: Bump version
uses: Clinical-Genomics/bump2version-ci@v3
uses: Clinical-Genomics/bump2version-ci@2.0.3
env:
BUMPVERSION_TOKEN: ${{ secrets.BUMPVERSION_TOKEN }}
BUMPVERSION_AUTHOR: ${{ secrets.BUMPVERSION_AUTHOR }}
Expand Down
6 changes: 3 additions & 3 deletions statina/models/query_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ class ListQuery(BaseModel):


class BatchesQuery(ListQuery):
sort_key: Optional[
Literal["batch_id", "SequencingDate", "Flowcell", "comment"]
] = "SequencingDate"
sort_key: Optional[Literal["batch_id", "SequencingDate", "Flowcell", "comment"]] = (
"SequencingDate"
)


class BatchSamplesQuery(ListQuery):
Expand Down
Loading