Skip to content

Commit d5a53c6

Browse files
committed
updated pipeline params
1 parent 5548245 commit d5a53c6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

chrisClient.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@ async def anonymize(self, params: dict, pv_id: int):
5353
'PACS-retrieve': {
5454
"PACSurl": params["pull"]["url"],
5555
"PACSname": params["pull"]["pacs"],
56-
"inputJSONfile": "search_results.json",
5756
"copyInputFile": True
5857
},
5958
'verify-registration': {
6059
"CUBEurl": self.api_base,
61-
"inputJSONfile": "search_results.json",
6260
"folderName": params["push"]["Folder name"],
6361
"neuroDicomLocation": params["push"]["Dicom path"],
6462
"neuroAnonLocation": params["push"]["Dicom anonymized path"],

dypxFlow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
logger.remove()
2828
logger.add(sys.stderr, format=logger_format)
2929

30-
__version__ = '1.1.5'
30+
__version__ = '1.1.6'
3131

3232
DISPLAY_TITLE = r"""
3333
_ _ ______ _

0 commit comments

Comments
 (0)