From 998a9d2bd16c60c29a6deb0c3a804cf056d5e93c Mon Sep 17 00:00:00 2001 From: Sandip Samal Date: Tue, 23 Jan 2024 13:43:33 -0500 Subject: [PATCH] removed junk files --- cmd.sh | 2 -- run-MainThread.log | 41 ----------------------------------------- 2 files changed, 43 deletions(-) delete mode 100755 cmd.sh delete mode 100644 run-MainThread.log diff --git a/cmd.sh b/cmd.sh deleted file mode 100755 index 876ccd8..0000000 --- a/cmd.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -docker run --rm fnndsc/pl-dicom_dirsend:1.1.0 chris_plugin_info \ No newline at end of file diff --git a/run-MainThread.log b/run-MainThread.log deleted file mode 100644 index 88d62f1..0000000 --- a/run-MainThread.log +++ /dev/null @@ -1,41 +0,0 @@ -2024-01-23T13:32:54.113563-05:00 START -2024-01-23T13:33:03.063973-05:00 -{ - "status": true, - "obj": { - "run": { - "status": true, - "stdout": { - "id": 128, - "creation_date": "2024-01-23T13:33:02.979331-05:00", - "name": "pl-dicom_dirsend", - "version": "1.1.0", - "dock_image": "fnndsc/pl-dicom_dirsend:1.1.0", - "public_repo": "https://github.com/FNNDSC/pl-dicom_dirsend", - "icon": "", - "type": "ds", - "stars": 0, - "authors": "FNNDSC ", - "title": "A ChRIS plugin to send DICOMs to a remote PACS store", - "category": "", - "description": "A ChRIS plugin to send DICOMs to a remote PACS store", - "documentation": "https://github.com/FNNDSC/pl-dicom_dirSend", - "license": "MIT", - "execshell": "/usr/local/bin/python", - "selfpath": "/usr/local/bin", - "selfexec": "dicom_dirSend", - "min_number_of_workers": 1, - "max_number_of_workers": 1, - "min_cpu_limit": 1000, - "max_cpu_limit": 2147483647, - "min_memory_limit": 100, - "max_memory_limit": 2147483647, - "min_gpu_limit": 0, - "max_gpu_limit": 0 - }, - "stderr": "", - "returncode": 0 - } - } -} -2024-01-23T13:33:03.064217-05:00 END