Skip to content

Commit

Permalink
added link to LLD workflow document
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 10, 2024
2 parents cfb9887 + 3b69175 commit 4224e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

`pl-dylld` is a [_ChRIS_](https://chrisproject.org/)
_ds_ plugin which connects to a parent node containing DICOM images and then dynamically creates a responsive compute flow (including joins). In its output directory, `pl-dylld` generates various logging/tracking data.
The documentation for entire LLD workflow along with step by step data flow in each of the compute nodes came be found here https://github.com/FNNDSC/CHRIS_docs/blob/master/workflows/LLD.md

## Abstract

Expand Down
2 changes: 1 addition & 1 deletion dylld.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
pluginOutputDir: Path
ld_forestResult: list = []

__version__ = "4.4.44"
__version__ = "4.4.45"

DISPLAY_TITLE = r"""
_ _ _ _ _
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
chris_plugin==0.1.2
chris_plugin==0.3.0
pudb
pflogf
pfmisc
Expand Down

0 comments on commit 4224e8d

Please sign in to comment.