Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 554 Bytes

README.rst

File metadata and controls

34 lines (17 loc) · 554 Bytes

pl-nirs-sim-app

Abstract

An app to run nirs mcx simulations.

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-nirs-sim-app nirs_sim_app.py            \
        /incoming /outgoing

This will ...

Make sure that the host $(pwd)/out directory is world writable!