From 47a151b5888f2e2c6b88a5626f884956da542446 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Tue, 5 Mar 2024 13:06:08 -0500 Subject: [PATCH] remove 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 28f7e11..0000000 --- a/cmd.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -docker run --rm fnndsc/pl-dicom_filter:1.1.2 chris_plugin_info \ No newline at end of file diff --git a/run-MainThread.log b/run-MainThread.log deleted file mode 100644 index 547af0e..0000000 --- a/run-MainThread.log +++ /dev/null @@ -1,41 +0,0 @@ -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 ", - "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