Skip to content

Commit 9f52160

Browse files
committed
Version 1.4.0
1 parent 89ac911 commit 9f52160

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,15 @@ before alignment. This mode cannot be combined with `.mmi` input.
414414

415415
## Full Changelog
416416

417-
* **1.3.0**:
417+
* **1.4.0**:
418+
* Official SMRT Link v10 release
419+
* Case-insensitive `--preset`
420+
* Read groups without `SM` tag are labelled as `UnnamedSample`
421+
422+
* 1.3.0:
418423
* New internal features for HiFi assembly
424+
* htslib 1.10 support
425+
419426
* 1.2.1:
420427
* Abort if input fofn contains non-existing files
421428
* Add new filters `--min-id-perc` and `--min-gap-comp-id-perc`

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

0 commit comments

Comments
 (0)