From 4f18ea9e92bca313161d2d529ff20f8230cc4039 Mon Sep 17 00:00:00 2001 From: Armin Toepfer Date: Mon, 25 Sep 2023 16:16:57 +0200 Subject: [PATCH] [BFX-644] Release version 1.13.1 --- README.md | 11 +++++++---- meson.build | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a8378e..8088ed2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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: diff --git a/meson.build b/meson.build index ecad42a..b070543 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'pbmm2', ['c', 'cpp'], - version : '1.13.0', + version : '1.13.1', default_options : [ 'buildtype=release', 'warning_level=3',