Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Oct 25, 2022
1 parent 52476eb commit a6883b9
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ SLOW5 specification: https://hasindu2008.github.io/slow5specs<br/>

If you are a Linux user on x86_64 architecture and want to quickly try slow5tools out, download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
```sh
VERSION=v0.7.0
VERSION=v0.8.0
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-x86_64-linux-binaries.tar.gz" && tar xvf slow5tools-$VERSION-x86_64-linux-binaries.tar.gz && cd slow5tools-$VERSION/
./slow5tools
```
@@ -36,7 +36,7 @@ Quick example for Ubuntu :

```sh
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
VERSION=v0.7.0
VERSION=v0.8.0
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
./configure
make
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ SLOW5 specification: https://hasindu2008.github.io/slow5specs<br/>

If you are a Linux user on x86_64 architecture and want to quickly try slow5tools out, download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
```sh
VERSION=v0.7.0
VERSION=v0.8.0
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-x86_64-linux-binaries.tar.gz" && tar xvf slow5tools-$VERSION-x86_64-linux-binaries.tar.gz && cd slow5tools-$VERSION/
./slow5tools
```
@@ -32,7 +32,7 @@ Quick example for Ubuntu:

```sh
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
VERSION=v0.7.0
VERSION=v0.8.0
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
./configure
make
2 changes: 1 addition & 1 deletion slow5lib
2 changes: 1 addition & 1 deletion src/cmd.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CMD_H
#define CMD_H

#define SLOW5TOOLS_VERSION "0.7.0-dirty"
#define SLOW5TOOLS_VERSION "0.8.0"

#define DEFAULT_NUM_THREADS 8
#define DEFAULT_NUM_PROCESSES 8

0 comments on commit a6883b9

Please # to comment.