Niffler icon indicating copy to clipboard operation
Niffler copied to clipboard

A composable workflow module

Open pradeeban opened this issue 2 years ago • 1 comments

Currently, the processes are scheduled manually or the workflows are developed manually per each execution. This workflow module will enable chaining of processes:

One common workflow is, cold-extraction -> png-extraction, which will retrieve the images and then convert the DICOM images to PNG images and extract metadata.

Another workflow we use is for scanner utilization. It is, cold-extraction -> png-extraction -> scanner-util.

The aim is to reduce human-in-the-loop in several repeated execution patterns we have.

pradeeban avatar Jul 08 '21 17:07 pradeeban

Integrated Modality Splitting, PNG Extraction, DICOM Anonymization, and Metadata Anonymization. But Cold Extraction is not working in the workflows.

anbhimi avatar Feb 15 '22 01:02 anbhimi

Current status with Nextflow - https://github.com/Emory-HITI/Niffler/tree/dev/modules/workflows/Nextflow_workflows

pradeeban avatar Sep 20 '22 19:09 pradeeban