Skip to content

FNNDSC/pl-dtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pl-dtk

Abstract

A plugin app for the DiffusionToolkit

Run

Using docker run

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!