diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 81af5fb..720723b 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -49,7 +49,7 @@ substantially. Run the following commands to install abismal ``` -wget https://github.com/smithlabcode/abismal/releases/download/v1.0.0/abismal-1.0.0.tar.gz +wget https://github.com/smithlabcode/abismal/releases/download/v3.0.0/abismal-3.0.0.tar.gz tar -xvzf abismal-1.0.0.tar.gz cd abismal-1.0.0 ./configure --prefix=$(pwd) diff --git a/docs/abismal.1 b/docs/abismal.1 index e92d428..dd8abc9 100644 --- a/docs/abismal.1 +++ b/docs/abismal.1 @@ -57,7 +57,7 @@ Run the following commands to install abismal .IP .nf \f[C] -wget https://github.com/smithlabcode/abismal/releases/download/v1.0.0/abismal-1.0.0.tar.gz +wget https://github.com/smithlabcode/abismal/releases/download/v3.0.0/abismal-3.0.0.tar.gz tar -xvzf abismal-1.0.0.tar.gz cd abismal-1.0.0 \&./configure --prefix=$(pwd) diff --git a/docs/abismal.html b/docs/abismal.html index c8600e8..918925d 100644 --- a/docs/abismal.html +++ b/docs/abismal.html @@ -98,9 +98,9 @@
absimal was built to map short reads of up to 250 bases. It should successfully map reads of size up to 1 million, but because it uses very short seeds for filtration, the mapping time will increase substantially.
Run the following commands to install abismal
-wget https://github.com/smithlabcode/abismal/releases/download/v1.0.0/abismal-1.0.0.tar.gz
-tar -xvzf abismal-1.0.0.tar.gz
-cd abismal-1.0.0
+wget https://github.com/smithlabcode/abismal/releases/download/v3.0.0/abismal-3.0.0.tar.gz
+tar -xvzf abismal-3.0.0.tar.gz
+cd abismal-3.0.0
./configure --prefix=$(pwd)
make
make install