To run NanoOK, the easiest way is to run a shell in the NanoOK image using:
From here you will get a prompt from which you can run your NanoOK commands, for example:
When you have finished, type exit
to end Docker.
Notes:
-v
option. In the above example, the data on our local machine is in /path/to/your/data
and this appears in the Docker image as /usr/nanopore
, which is why we specify /usr/nanopore/YourSample
as the sample directory to the nanook command.