A plugin app for the DiffusionToolkit
Assign an "input" directory to /incoming
and an output directory to /outgoing
docker run -v $(pwd)/in:/incoming -v $(pwd)/out:/outgoing \
fnndsc/pl-dtk dtk.py \
/incoming /outgoing
This will ...
Make sure that the host $(pwd)/out
directory is world writable!