-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manage stale db status and version bump
- Loading branch information
Showing
5 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
docker run --rm fnndsc/pl-dicom_filter:1.1.2 chris_plugin_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
2024-03-05T10:57:27.162733-05:00 START | ||
2024-03-05T10:57:48.036372-05:00 | ||
{ | ||
"status": true, | ||
"obj": { | ||
"run": { | ||
"status": true, | ||
"stdout": { | ||
"id": 145, | ||
"creation_date": "2024-03-05T10:57:47.956671-05:00", | ||
"name": "pl-dicom_filter", | ||
"version": "1.1.2", | ||
"dock_image": "fnndsc/pl-dicom_filter:1.1.2", | ||
"public_repo": "https://github.com/FNNDSC/pl-dicom_filter", | ||
"icon": "", | ||
"type": "ds", | ||
"stars": 0, | ||
"authors": "FNNDSC <[email protected]>", | ||
"title": "A ChRIS plugin to filter dicom files using dicom tags", | ||
"category": "", | ||
"description": "A ChRIS DS plugin template", | ||
"documentation": "https://github.com/FNNDSC/python-chrisapp-template", | ||
"license": "MIT", | ||
"execshell": "/usr/local/bin/python", | ||
"selfpath": "/usr/local/bin", | ||
"selfexec": "dicom_filter", | ||
"min_number_of_workers": 1, | ||
"max_number_of_workers": 1, | ||
"min_cpu_limit": 1000, | ||
"max_cpu_limit": 2147483647, | ||
"min_memory_limit": 2048, | ||
"max_memory_limit": 2147483647, | ||
"min_gpu_limit": 0, | ||
"max_gpu_limit": 0 | ||
}, | ||
"stderr": "", | ||
"returncode": 0 | ||
} | ||
} | ||
} | ||
2024-03-05T10:57:48.036535-05:00 END |