Skip to content

Commit

Permalink
library version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Aug 15, 2024
1 parent 4040072 commit 4d022a0
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cmd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker run --rm ghcr.io/fnndsc/pl-lld_chxr:1.0.1 lld_chxr --json
2 changes: 1 addition & 1 deletion lld_chxr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys
import os

__version__ = '1.0.1'
__version__ = '1.0.2'

DISPLAY_TITLE = r"""
_ _ _ _ _
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
chris_plugin==0.4.0
chris_plugin==0.2.1
plugin2cube
python-chrisclient==2.9.1
60 changes: 60 additions & 0 deletions run-MainThread.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
2024-08-15T13:22:59.483171-04:00 START
2024-08-15T13:23:09.169609-04:00
{
"status": false,
"message": "a failure occured",
"obj": {
"status": false,
"run": {
"stdout": "",
"stderr": "usage: lld_chxr [-h] [-f FILEFILTER] [-m MEASUREMENTSUNIT] [-d LIMBDIFFERENCE]\n [-s SPLITTOKEN] [-k SPLITKEYVALUE] [-t TAGINFO] [-V]\n inputdir outputdir\nlld_chxr: error: the following arguments are required: inputdir, outputdir\n",
"cmd": "./cmd.sh",
"cwd": "/home/sandip/pl-lld_chxr",
"returncode": 2
},
"rep": {
"error": "could not pull image"
}
}
}
2024-08-15T13:23:09.169812-04:00 END
2024-08-15T13:24:06.059821-04:00 START
2024-08-15T13:24:08.069216-04:00
{
"status": false,
"message": "a failure occured",
"obj": {
"status": false,
"run": {
"stdout": "",
"stderr": "usage: lld_chxr [-h] [-f FILEFILTER] [-m MEASUREMENTSUNIT] [-d LIMBDIFFERENCE]\n [-s SPLITTOKEN] [-k SPLITKEYVALUE] [-t TAGINFO] [-V]\n inputdir outputdir\nlld_chxr: error: the following arguments are required: inputdir, outputdir\n",
"cmd": "./cmd.sh",
"cwd": "/home/sandip/pl-lld_chxr",
"returncode": 2
},
"rep": {
"error": "could not pull image"
}
}
}
2024-08-15T13:24:08.069359-04:00 END
2024-08-15T13:25:03.350894-04:00 START
2024-08-15T13:25:05.255792-04:00
{
"status": false,
"message": "a failure occured",
"obj": {
"status": false,
"run": {
"stdout": "",
"stderr": "usage: lld_chxr [-h] [-f FILEFILTER] [-m MEASUREMENTSUNIT] [-d LIMBDIFFERENCE]\n [-s SPLITTOKEN] [-k SPLITKEYVALUE] [-t TAGINFO] [-V]\n inputdir outputdir\nlld_chxr: error: the following arguments are required: inputdir, outputdir\n",
"cmd": "./cmd.sh",
"cwd": "/home/sandip/pl-lld_chxr",
"returncode": 2
},
"rep": {
"error": "could not pull image"
}
}
}
2024-08-15T13:25:05.255937-04:00 END

0 comments on commit 4d022a0

Please sign in to comment.