Skip to content

Commit

Permalink
changing abismal version on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed May 24, 2022
1 parent 6fa3948 commit 0c22a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/abismal.1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions docs/abismal.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ <h1 id="description">DESCRIPTION</h1>
<p>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.</p>
<h1 id="quick-installation">QUICK INSTALLATION</h1>
<p>Run the following commands to install abismal</p>
<pre><code>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
<pre><code>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</code></pre>
Expand Down

0 comments on commit 0c22a67

Please sign in to comment.