Skip to content

Commit

Permalink
[BFX-644] Release version 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
armintoepfer committed Sep 25, 2023
1 parent bcd99f5 commit 4f18ea9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please refer to our [official pbbioconda page](https://github.com/PacificBioscie
for information on Installation, Support, License, Copyright, and Disclaimer.

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

## Usage
_pbmm2_ offers following tools
Expand Down Expand Up @@ -143,8 +143,8 @@ pbmm2 align hg38.fasta mymovies.fofn hg38.mymovies.bam

### Which minimap2 version is used?

- pbmm2 ≥v1.13.0: minimap2 v2.26
- pbmm2 ≥v1.13.0: minimap2 v2.15
- pbmm2 ≥v1: minimap2 v2.26
- pbmm2 ≥v1: minimap2 v2.15

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

## Full Changelog

* 1.13.0:
* 1.13.1:
* Documentation changes, included in SMRT Link v13.0

* 1:
* Update minimap2 to version 2.26

* 1.12.0:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'pbmm2',
['c', 'cpp'],
version : '1.13.0',
version : '1.13.1',
default_options : [
'buildtype=release',
'warning_level=3',
Expand Down

0 comments on commit 4f18ea9

Please sign in to comment.