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
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:
20
20
```sh
21
-
VERSION=v0.9.0
21
+
VERSION=v1.0.0
22
22
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/
23
23
./slow5tools
24
24
```
@@ -36,7 +36,7 @@ Quick example for Ubuntu :
36
36
37
37
```sh
38
38
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
39
-
VERSION=v0.9.0
39
+
VERSION=v1.0.0
40
40
wget "https://github.com/hasindu2008/slow5tools/releases/download/$VERSION/slow5tools-$VERSION-release.tar.gz"&& tar xvf slow5tools-$VERSION-release.tar.gz &&cd slow5tools-$VERSION/
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:
15
15
```sh
16
-
VERSION=v0.9.0
16
+
VERSION=v1.0.0
17
17
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/
18
18
./slow5tools
19
19
```
@@ -31,7 +31,7 @@ Quick example for Ubuntu:
31
31
32
32
```sh
33
33
sudo apt-get install libhdf5-dev zlib1g-dev #install HDF5 and zlib development libraries
34
-
VERSION=v0.9.0
34
+
VERSION=v1.0.0
35
35
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