################################ pl-workshop-2018 ################################
Abstract
An app to showcase making a plugin
Run
docker runAssign an "input" directory to /incoming and an output directory to /outgoing
.. code-block:: bash
docker run -v --rm $(pwd)/in:/incoming -v $(pwd)/out:/outgoing \
fnndsc/pl-workshop-2018 workshop_2018.py \
/incoming /outgoing
This will ...
Make sure that the host $(pwd)/out directory is world writable!
Content type
Image
Digest
Size
196.4 MB
Last updated
over 8 years ago
docker pull debio/pl-workshop-2018