Skip to content

Commit ebe1be3

Browse files
committed
bump to v0.5.0
1 parent d02cef3 commit ebe1be3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SLOW5 specification: https://hasindu2008.github.io/slow5specs
1818

1919
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:
2020
```sh
21-
VERSION=v0.4.0
21+
VERSION=v0.5.0
2222
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/
2323
./slow5tools
2424
```
@@ -36,7 +36,7 @@ Quick example for Ubuntu :
3636

3737
```sh
3838
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
39-
VERSION=v0.4.0
39+
VERSION=v0.5.0
4040
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
4141
./configure
4242
make

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SLOW5 specification: https://hasindu2008.github.io/slow5specs
1313

1414
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:
1515
```sh
16-
VERSION=v0.4.0
16+
VERSION=v0.5.0
1717
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/
1818
./slow5tools
1919
```
@@ -32,7 +32,7 @@ Quick example for Ubuntu:
3232

3333
```sh
3434
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
35-
VERSION=v0.4.0
35+
VERSION=v0.5.0
3636
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz" && tar xvf slow5tools-$VERSION-release.tar.gz && cd slow5tools-$VERSION/
3737
./configure
3838
make

src/cmd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef CMD_H
22
#define CMD_H
33

4-
#define SLOW5TOOLS_VERSION "0.4.0-dirty"
4+
#define SLOW5TOOLS_VERSION "0.5.0"
55

66
#define DEFAULT_NUM_THREADS 8
77
#define DEFAULT_NUM_PROCESSES 8
@@ -51,7 +51,7 @@
5151
//for f2s
5252
#define HELP_MSG_RETAIN_DIR_STRUCTURE \
5353
" --retain retain the same directory structure in the converted output as the input (experimental)\n"
54-
//for f2s
54+
//for f2s
5555
#define HELP_MSG_CONTINUE_F2S \
5656
" -a, --allow allow run id mismatches in a multi-fast5 file or in a single-fast5 directory\n" \
5757
//for merge

0 commit comments

Comments
 (0)