Skip to content

Commit

Permalink
more places where the version needs to be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed May 24, 2022
1 parent 0c22a67 commit c5d213a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ substantially.
Run the following commands to install abismal
```
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
tar -xvzf abismal-3.0.0.tar.gz
cd abismal-3.0.0
./configure --prefix=$(pwd)
make
make install
Expand Down Expand Up @@ -322,7 +322,7 @@ 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

```
@PG ID:ABISMAL VN:1.0.0 CL:"[command-call]"
@PG ID:ABISMAL VN:3.0.0 CL:"[command-call]"
```

where [command-call] is the shell command used to run abismal.
Expand Down
6 changes: 3 additions & 3 deletions docs/abismal.1
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Run the following commands to install abismal
.nf
\f[C]
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
tar -xvzf abismal-3.0.0.tar.gz
cd abismal-3.0.0
\&./configure --prefix=$(pwd)
make
make install
Expand Down Expand Up @@ -359,7 +359,7 @@ generate the SAM output, and is of the form
.IP
.nf
\f[C]
\[at]PG ID:ABISMAL VN:1.0.0 CL:\[dq][command-call]\[dq]
\[at]PG ID:ABISMAL VN:3.0.0 CL:\[dq][command-call]\[dq]
\f[R]
.fi
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/abismal.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2 id="output-headers">Output headers</h2>
<pre><code>@SQ SN:[chrom-name] LN:[chrom-length]</code></pre>
<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>
<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>
<pre><code>@PG ID:ABISMAL VN:1.0.0 CL:&quot;[command-call]&quot;</code></pre>
<pre><code>@PG ID:ABISMAL VN:3.0.0 CL:&quot;[command-call]&quot;</code></pre>
<p>where [command-call] is the shell command used to run abismal.</p>
<h2 id="output-mapped-lines">Output mapped lines</h2>
<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>
Expand Down

0 comments on commit c5d213a

Please sign in to comment.