Skip to content

Commit c5d213a

Browse files
author
guilhermesena1
committed
more places where the version needs to be changed
1 parent 0c22a67 commit c5d213a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/MANUAL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ substantially.
5050
Run the following commands to install abismal
5151
```
5252
wget https://github.com/smithlabcode/abismal/releases/download/v3.0.0/abismal-3.0.0.tar.gz
53-
tar -xvzf abismal-1.0.0.tar.gz
54-
cd abismal-1.0.0
53+
tar -xvzf abismal-3.0.0.tar.gz
54+
cd abismal-3.0.0
5555
./configure --prefix=$(pwd)
5656
make
5757
make install
@@ -322,7 +322,7 @@ The last line of the headers is a copy of how the program was called
322322
to generate the SAM output, and is of the form
323323

324324
```
325-
@PG ID:ABISMAL VN:1.0.0 CL:"[command-call]"
325+
@PG ID:ABISMAL VN:3.0.0 CL:"[command-call]"
326326
```
327327

328328
where [command-call] is the shell command used to run abismal.

docs/abismal.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Run the following commands to install abismal
5858
.nf
5959
\f[C]
6060
wget https://github.com/smithlabcode/abismal/releases/download/v3.0.0/abismal-3.0.0.tar.gz
61-
tar -xvzf abismal-1.0.0.tar.gz
62-
cd abismal-1.0.0
61+
tar -xvzf abismal-3.0.0.tar.gz
62+
cd abismal-3.0.0
6363
\&./configure --prefix=$(pwd)
6464
make
6565
make install
@@ -359,7 +359,7 @@ generate the SAM output, and is of the form
359359
.IP
360360
.nf
361361
\f[C]
362-
\[at]PG ID:ABISMAL VN:1.0.0 CL:\[dq][command-call]\[dq]
362+
\[at]PG ID:ABISMAL VN:3.0.0 CL:\[dq][command-call]\[dq]
363363
\f[R]
364364
.fi
365365
.PP

docs/abismal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h2 id="output-headers">Output headers</h2>
235235
<pre><code>@SQ SN:[chrom-name] LN:[chrom-length]</code></pre>
236236
<p>where [chrom-name] is given by the first word of the chromosome name in the FASTA file (anything after the first white space is deleted), and [chrom-length] is the number of bases in the chromosome sequence.</p>
237237
<p>The last line of the headers is a copy of how the program was called to generate the SAM output, and is of the form</p>
238-
<pre><code>@PG ID:ABISMAL VN:1.0.0 CL:&quot;[command-call]&quot;</code></pre>
238+
<pre><code>@PG ID:ABISMAL VN:3.0.0 CL:&quot;[command-call]&quot;</code></pre>
239239
<p>where [command-call] is the shell command used to run abismal.</p>
240240
<h2 id="output-mapped-lines">Output mapped lines</h2>
241241
<p>Following the header lines, reads that are mapped once (or at least once if the -a flag is used) are reported. Each read is a set of thirteen tab-separated fields as follows.</p>

0 commit comments

Comments
 (0)