Skip to content

Commit 184c5ec

Browse files
committed
[BFX-533] Release version 1.13.0
1 parent d87a48b commit 184c5ec

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 3 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.12.0**: [Full changelog here](#full-changelog)
24+
Version **1.13.0**: [Full changelog here](#full-changelog)
2525

2626
## Usage
2727
_pbmm2_ offers following tools
@@ -142,7 +142,9 @@ pbmm2 align hg38.fasta mymovies.fofn hg38.mymovies.bam
142142
## FAQ
143143

144144
### Which minimap2 version is used?
145-
Minimap2 version 2.15 is used, to be specific, SHA1 [c404f49](https://github.com/lh3/minimap2/commit/c404f49569fa2d606b652418ffa4b9743bcaf641).
145+
146+
- pbmm2 ≥v1.13.0: minimap2 v2.26
147+
- pbmm2 ≥v1.13.0: minimap2 v2.15
146148

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

421423
## Full Changelog
422424

423-
* **1.12.0**:
425+
* 1.13.0:
426+
* Update minimap2 to version 2.26
427+
428+
* 1.12.0:
424429
* Set `--preset CCS` as default
425430
* Change repeated matches trimming to adhere to minimap2 alignment ordering
426431

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.12.99',
4+
version : '1.13.0',
55
default_options : [
66
'buildtype=release',
77
'warning_level=3',

0 commit comments

Comments
 (0)