Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Nov 20, 2018
1 parent 944cbdc commit c7052c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install InSilicoSeq
Alternatively, with docker:

```shell
docker pull hadrieng/insilicoseq:1.3.0
docker pull hadrieng/insilicoseq:1.3.1
```

For more installation options, please refer to the full [documentation](http://insilicoseq.readthedocs.io)
Expand Down
4 changes: 2 additions & 2 deletions doc/iss/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ If you wish to use InSilicoSeq using docker

.. code-block:: bash
docker pull hadrieng/insilicoseq:1.3.0
docker pull hadrieng/insilicoseq:1.3.1
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:1.3.0 iss generate \
hadrieng/insilicoseq:1.3.1 iss generate \
--genomes /mnt/data/genomes.fasta -m miseq \
-o /mnt/data/reads
Expand Down
2 changes: 1 addition & 1 deletion iss/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.0'
__version__ = '1.3.1'

0 comments on commit c7052c0

Please sign in to comment.