Skip to content

Commit

Permalink
version bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Sep 20, 2017
1 parent 69de2fc commit 6ee4881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ To install InSilicoSeq, type the following in your terminal:
Alternatively, with docker:

```shell
docker pull hadrieng/insilicoseq:0.3.0
docker run -it --rm hadrieng/insilicoseq:0.3.0 iss
docker pull hadrieng/insilicoseq:0.4.0
```

## Usage
Expand Down Expand Up @@ -60,6 +59,9 @@ iss generate --genomes genomes.fasta -n 10000000 --model_file my_model.npz \
--output my_model_reads
```

For more examples and a full list of options, please refer to the full
[documentation](http://insilicoseq.readthedocs.io)

### Generate reads without input genomes

We can download some for you! InSilicoSeq can download random genomes from the
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setup(
name='InSilicoSeq',
version='0.3.0',
version='0.4.0',

description='a sequencing simulator',

url='https://github.com/HadrienG/InSilicoSeq',
download_url='https://github.com/HadrienG/InSilicoSeq/tarball/0.3.0',
download_url='https://github.com/HadrienG/InSilicoSeq/tarball/0.4.0',
author='Hadrien Gourlé',
author_email='[email protected]',

Expand Down

0 comments on commit 6ee4881

Please sign in to comment.