Skip to content

Commit

Permalink
Bump to v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Wöste committed Nov 9, 2020
1 parent b7ba09e commit 7af057f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ To run `wg-blimp` you need a UNIX environment that contains a [Bioconda](http://
It is advised to install `wg-blimp` through Bioconda. It is also recommended to install `wg-blimp` in a fresh environment, as it has many dependencies that may conflict with other packages, for this you can use:

```
conda create -n wg-blimp wg-blimp python=3.6.7 r-base=4.0.2 methyldackel==0.4.0
conda create -n wg-blimp wg-blimp
```

### Docker

We bundled a full `wg-blimp` installation into a Docker container. You may pull our image using
```
docker pull imimarw/wg-blimp:v0.9.6
docker pull imimarw/wg-blimp:v0.9.7
```

Once the image was downloaded and extracted, you can start the docker container with
```
docker run -it -v <directory-to-be-mounted>:<mounted-directory-in-container> imimarw/wg-blimp:v0.9.6
docker run -it -v <directory-to-be-mounted>:<mounted-directory-in-container> imimarw/wg-blimp:v0.9.7
```

### From source
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='wg-blimp',
version='0.9.6',
version='0.9.7',
author='Marius Woeste',
author_email='[email protected]',
description='WGBS methylation analysis pipeline',
Expand Down

0 comments on commit 7af057f

Please sign in to comment.