Skip to content

Commit

Permalink
Release pangene-1.1 (r231)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Feb 22, 2024
1 parent a9582c3 commit c9e00aa
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Release 1.1-r231 (22 February 2024)
-----------------------------------

Notable changes to pangene:

* Improvement: more aggressive pseudogene filtering. This helps the great ape
graph.

* New feature: added option -E to filter out genes aligned with a single exon
in all input genomes. Graphs constructed from multi-exon genes are usually
cleaner.

Notable changes to pangene.js:

* Improvement (call): a new bubble finding algorithm via local graph
traversal. Added a filter to remove falsely idenrified bubbles.

* New feature (call): output names of assemblies that support each allele.

* New feature: added the getaa subcommand to parse Ensembl and GenCode
annotations.

(22 February 2024, r231)
2 changes: 1 addition & 1 deletion pangene.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pangene 1 "24 October 2023" "pangene-1.0 (r183)" "Bioinformatics tools"
.TH pangene 1 "22 February 2024" "pangene-1.1 (r231)" "Bioinformatics tools"
.SH NAME
.PP
pangene - building pangenome gene graphs
Expand Down
2 changes: 1 addition & 1 deletion pangene.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <stdint.h>

#define PG_VERSION "1.0-r223-dirty"
#define PG_VERSION "1.1-r231"

#define PG_F_WRITE_BED_RAW 0x1
#define PG_F_WRITE_BED_WALK 0x2
Expand Down
2 changes: 1 addition & 1 deletion pangene.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env k8

const pg_version = "r220-dirty";
const pg_version = "1.1-r231";

/**************
* From k8.js *
Expand Down

0 comments on commit c9e00aa

Please sign in to comment.