Skip to content

Commit ec72d97

Browse files
Updating version number to 3.2.4 ahead of release
1 parent eb1a58a commit ec72d97

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ If you don't have adminstrator privileges, there are other options.
5353
If you have the `libhts-dev` installed, to build `abismal` the
5454
following should work:
5555
```console
56-
$ wget https://github.com/smithlabcode/abismal/releases/download/v3.2.2/abismal-3.2.2.tar.gz
57-
$ tar -zxvf abismal-3.2.2.tar.gz
58-
$ cd abismal-3.2.2
56+
$ wget https://github.com/smithlabcode/abismal/releases/download/v3.2.4/abismal-3.2.4.tar.gz
57+
$ tar -zxvf abismal-3.2.4.tar.gz
58+
$ cd abismal-3.2.4
5959
$ mkdir build && cd build
6060
$ ../configure --prefix=/where/you/want/abismal
6161
$ make
@@ -84,9 +84,9 @@ be needed below. If you don't already have `abismal` downloaded, the next
8484
step is to download it. Here we will assume you are using a release rather
8585
than a clone. To build from a clone involves at least one more step.
8686
```console
87-
$ wget https://github.com/smithlabcode/abismal/releases/download/v3.2.2/abismal-3.2.2.tar.gz
88-
$ tar -zxvf abismal-3.2.2.tar.gz
89-
$ cd abismal-3.2.2
87+
$ wget https://github.com/smithlabcode/abismal/releases/download/v3.2.4/abismal-3.2.4.tar.gz
88+
$ tar -zxvf abismal-3.2.4.tar.gz
89+
$ cd abismal-3.2.4
9090
```
9191
Finally, these steps build the software:
9292
```console

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
dnl General Public License for more details.
1616

17-
AC_INIT([abismal], [3.2.3], [andrewds@usc.edu],
17+
AC_INIT([abismal], [3.2.4], [andrewds@usc.edu],
1818
[abismal], [https://github.com/smithlabcode/abismal])
1919

2020
dnl the config.h is not currently #included in the source, and only

docs/MANUAL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ substantially.
4949

5050
Run the following commands to install abismal
5151
```
52-
wget https://github.com/smithlabcode/abismal/releases/download/v3.2.2/abismal-3.2.2.tar.gz
53-
tar -xvzf abismal-3.2.2.tar.gz
54-
cd abismal-3.2.2
52+
wget https://github.com/smithlabcode/abismal/releases/download/v3.2.4/abismal-3.2.4.tar.gz
53+
tar -xvzf abismal-3.2.4.tar.gz
54+
cd abismal-3.2.4
5555
./configure --prefix=$(pwd)
5656
make
5757
make install
@@ -317,7 +317,7 @@ sequence.
317317
The last line of the headers is a copy of how the program was called
318318
to generate the SAM output, and is of the form
319319
```
320-
@PG ID:ABISMAL VN:3.2.2 CL:[command-call]
320+
@PG ID:ABISMAL VN:3.2.4 CL:[command-call]
321321
```
322322
where [command-call] is the shell command used to run abismal.
323323

docs/abismal.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Run the following commands to install abismal
5757
.IP
5858
.nf
5959
\f[C]
60-
wget https://github.com/smithlabcode/abismal/releases/download/v3.2.2/abismal-3.2.2.tar.gz
61-
tar -xvzf abismal-3.2.2.tar.gz
62-
cd abismal-3.2.2
60+
wget https://github.com/smithlabcode/abismal/releases/download/v3.2.4/abismal-3.2.4.tar.gz
61+
tar -xvzf abismal-3.2.4.tar.gz
62+
cd abismal-3.2.4
6363
\&./configure --prefix=$(pwd)
6464
make
6565
make install
@@ -364,7 +364,7 @@ generate the SAM output, and is of the form
364364
.IP
365365
.nf
366366
\f[C]
367-
\[at]PG ID:ABISMAL VN:3.2.2 CL:\[dq][command-call]\[dq]
367+
\[at]PG ID:ABISMAL VN:3.2.4 CL:\[dq][command-call]\[dq]
368368
\f[R]
369369
.fi
370370
.PP

docs/abismal.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h1 id="description">DESCRIPTION</h1>
6565
<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>
6666
<h1 id="quick-installation">QUICK INSTALLATION</h1>
6767
<p>Run the following commands to install abismal</p>
68-
<pre><code>wget https://github.com/smithlabcode/abismal/releases/download/v3.2.2/abismal-3.2.2.tar.gz
69-
tar -xvzf abismal-3.2.2.tar.gz
70-
cd abismal-3.2.2
68+
<pre><code>wget https://github.com/smithlabcode/abismal/releases/download/v3.2.4/abismal-3.2.4.tar.gz
69+
tar -xvzf abismal-3.2.4.tar.gz
70+
cd abismal-3.2.4
7171
./configure --prefix=$(pwd)
7272
make
7373
make install</code></pre>
@@ -204,7 +204,7 @@ <h2 id="output-headers">Output headers</h2>
204204
<pre><code>@SQ SN:[chrom-name] LN:[chrom-length]</code></pre>
205205
<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>
206206
<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>
207-
<pre><code>@PG ID:ABISMAL VN:3.2.2 CL:&quot;[command-call]&quot;</code></pre>
207+
<pre><code>@PG ID:ABISMAL VN:3.2.4 CL:&quot;[command-call]&quot;</code></pre>
208208
<p>where [command-call] is the shell command used to run abismal.</p>
209209
<h2 id="output-mapped-lines">Output mapped lines</h2>
210210
<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)