You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ Detailed benchmarking experiments have shown that SLOW5 format is up to X-fold f
19
19
20
20
## Quick start
21
21
22
-
[Not yet implemented]If you are a Linux user and want to quickly try out download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
22
+
If you are a Linux user and want to quickly try out download the compiled binaries from the [latest release](https://github.com/hasindu2008/slow5tools/releases). For example:
23
23
```sh
24
-
VERSION=v0.2-beta
25
-
wget "https://github.com/hasindu2008/f5c/releases/download/$VERSION/slow5tools-$VERSION-binaries.tar.gz"&& tar xvf slow5tools-$VERSION-binaries.tar.gz &&cd slow5tools-$VERSION/
24
+
VERSION=v0.0-alpha
25
+
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-binaries.tar.gz"&& tar xvf slow5tools-$VERSION-binaries.tar.gz &&cd slow5tools-$VERSION/
26
26
./slow5tools_x86_64_linux
27
27
```
28
28
Binaries should work on most Linux distributions and the only dependency is `zlib` which is available by default on most distros.
@@ -31,12 +31,11 @@ Binaries should work on most Linux distributions and the only dependency is `zli
31
31
32
32
### Building a release
33
33
34
-
[not yet implemnted]
35
34
36
35
Users are recommended to build from the [latest release](https://github.com/hasindu2008/slow5tools/releases) tar ball. Quick example for Ubuntu :
37
36
```sh
38
37
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
39
-
VERSION=v0.2-beta
38
+
VERSION=v0.0-alpha
40
39
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz"&& tar xvf slow5tools-$VERSION-release.tar.gz &&cd slow5tools-$VERSION/
0 commit comments