Docker

The fastest way to try out tcrdist3 is to use our Docker image.

If you run Linux, we assume you know how to use Docker. If you use a Mac or Windows machine, you will need to download Docker Desktop in order to run a Docker container.

Getting the Docker Image

Pull the image:

docker pull quay.io/kmayerb/tcrdist3:0.1.9

Running a Container

Run a container iteractively (flag -it):

docker run -it quay.io/kmayerb/tcrdist3:0.1.9

The tcrdist3 image runs Python 3.7.6 and IPython, so the fastest way to try things out is to run IPython and copy and paste the code snippets on this doc page. It’s easy to copy a file from inside a running Docker container to your host machine, but remember once you exit a container your files don’t persist.

Copying Files

Tip

Mounting your docker container to a working director is easy. (For more on this see Docker for the busy researcher)