Sign inSign up

debio/pl-workshop-2018

By debio

Updated over 8 years ago

Exemplar for workshop.

Image
0

173

debio/pl-workshop-2018 repository overview

################################ pl-workshop-2018 ################################

Abstract


An app to showcase making a plugin

Run


Using docker run

Assign 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!

Tag summary

Content type

Image

Digest

Size

196.4 MB

Last updated

over 8 years ago

docker pull debio/pl-workshop-2018