From 5a985b491e9b28acff4f3b412a4f8a4595c8ccac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hadrien=20Gourl=C3=A9?= Date: Mon, 17 Dec 2018 18:51:53 +0100 Subject: [PATCH] latest docker tag works fine --- README.md | 2 +- doc/iss/install.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a583105..2a916e2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ pip install InSilicoSeq Alternatively, with docker: ```shell -docker pull hadrieng/insilicoseq:1.3.2 +docker pull hadrieng/insilicoseq:latest ``` For more installation options, please refer to the full [documentation](http://insilicoseq.readthedocs.io) diff --git a/doc/iss/install.rst b/doc/iss/install.rst index 80b725c..48c0cfe 100644 --- a/doc/iss/install.rst +++ b/doc/iss/install.rst @@ -63,7 +63,7 @@ If you wish to use InSilicoSeq using docker .. code-block:: bash - docker pull hadrieng/insilicoseq:1.3.2 + docker pull hadrieng/insilicoseq:latest 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. @@ -71,7 +71,7 @@ Given with the ``-v`` option, the volume is your way of exchanging data (in this .. code-block:: bash docker run -v /Users/hadrien/data:/mnt/data -it --rm \ - hadrieng/insilicoseq:1.3.2 iss generate \ + hadrieng/insilicoseq iss generate \ --genomes /mnt/data/genomes.fasta -m miseq \ -o /mnt/data/reads