Skip to content

Commit 4f18ea9

Browse files
committed
[BFX-644] Release version 1.13.1
1 parent bcd99f5 commit 4f18ea9

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please refer to our [official pbbioconda page](https://github.com/PacificBioscie
2121
for information on Installation, Support, License, Copyright, and Disclaimer.
2222

2323
## Latest Version
24-
Version **1.13.0**: [Full changelog here](#full-changelog)
24+
Version **1.13.1**: [Full changelog here](#full-changelog)
2525

2626
## Usage
2727
_pbmm2_ offers following tools
@@ -143,8 +143,8 @@ pbmm2 align hg38.fasta mymovies.fofn hg38.mymovies.bam
143143

144144
### Which minimap2 version is used?
145145

146-
- pbmm2 ≥v1.13.0: minimap2 v2.26
147-
- pbmm2 ≥v1.13.0: minimap2 v2.15
146+
- pbmm2 ≥v1: minimap2 v2.26
147+
- pbmm2 ≥v1: minimap2 v2.15
148148

149149
### When are `pbi` files created?
150150
Whenever the output is of type `xml`, a `pbi` file is being generated.
@@ -422,7 +422,10 @@ and in the same orientation, which are the only fields that `samtools sort` uses
422422

423423
## Full Changelog
424424

425-
* 1.13.0:
425+
* 1.13.1:
426+
* Documentation changes, included in SMRT Link v13.0
427+
428+
* 1:
426429
* Update minimap2 to version 2.26
427430

428431
* 1.12.0:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pbmm2',
33
['c', 'cpp'],
4-
version : '1.13.0',
4+
version : '1.13.1',
55
default_options : [
66
'buildtype=release',
77
'warning_level=3',

0 commit comments

Comments
 (0)