Skip to content

Commit

Permalink
fix: adapt to varfish-cli >=0.6.2 syntax (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen authored Jan 26, 2024
1 parent 5a00e40 commit 9619609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cubi_tk/snappy/varfish_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def _process_dataset(self, ds: DataSet):
"varfish-cli",
"--no-verify-ssl",
"--verbose",
"case",
"create-import-info",
"importer",
"caseimportinfo-create",
sodar_uuid,
*sorted(found.values()),
]
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ argcomplete
pyyaml

# VarFish REST API client.
varfish-cli >=0.5.1
varfish-cli >=0.6.2,<=0.7.0

# Compact, round-tripable configuration format.
toml
Expand Down

0 comments on commit 9619609

Please sign in to comment.