diff --git a/README.md b/README.md index 8c68c7e7..155ea431 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ IsoQuant is a tool for reference-based analysis of long RNA reads, such as PacBio or Oxford Nanopores. IsoQuant maps reads to the reference genome and assigns them to the annotated isoforms based on their intron and exon structure. IsoQuant is also capable of discovering various modifications, such as intron retention, alternative splice sites, skipped exons etc. IsoQuant further performs gene, isoform, exon and intron quantification. If reads are grouped (e.g. according to cell type), counts are reported according to the provided grouping. In addition, IsoQuant generates discovered transcript models, including novel ones. -IsoQuant version 2.2.1 was released under GPLv2 on April 28th, 2022 and can be downloaded from [https://github.com/ablab/IsoQuant](https://github.com/ablab/IsoQuant). +IsoQuant version 2.2.2 was released under GPLv2 on May 18th, 2022 and can be downloaded from [https://github.com/ablab/IsoQuant](https://github.com/ablab/IsoQuant). #### IsoQuant pipeline ![Pipeline](figs/isoquant_pipeline.png) diff --git a/VERSION b/VERSION index c043eea7..b1b25a5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2 diff --git a/changelog.html b/changelog.html index 9853730c..89689f38 100644 --- a/changelog.html +++ b/changelog.html @@ -2,6 +2,12 @@ IsoQuant changelog +

IsoQuant 2.2.2, 18 May 2022

+ +

Fixed --check_canonical option.

+ +

Improved running time for the read assignment step (noticeable only for genes with > 100 exons).

+

IsoQuant 2.2.1, 28 Apr 2022

Minor fixes and improvement in output files. Note, that GTFs and some other files have now multiline headers.