From 49bc79309b568d0c1378487ebeeed5346f0fb83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hadrien=20Gourl=C3=A9?= Date: Thu, 22 Feb 2024 11:20:52 +0100 Subject: [PATCH] updated docker instructions on readthedocs --- doc/iss/install.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/iss/install.rst b/doc/iss/install.rst index a80dd58..27604a7 100644 --- a/doc/iss/install.rst +++ b/doc/iss/install.rst @@ -63,15 +63,16 @@ If you wish to use InSilicoSeq using docker .. code-block:: bash - docker pull hadrieng/insilicoseq:latest + docker pull docker pull quay.io/biocontainers/insilicoseq: +Where should be chosen amongst the tags available on `quay.io `_ . To use InSilicoSeq with docker, you need to provide a `volume` to the ``docker run`` command. Given with the ``-v`` option, the volume is your way of exchanging data (in this case, your input and output files) with the docker container. .. code-block:: bash docker run -v /Users/hadrien/data:/mnt/data -it --rm \ - hadrieng/insilicoseq iss generate \ + quay.io/biocontainers/insilicoseq: iss generate \ --genomes /mnt/data/genomes.fasta -m miseq \ -o /mnt/data/reads