Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed May 17, 2022
1 parent 7e25c56 commit 30b0a69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
6 changes: 6 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<title>IsoQuant changelog</title>
<body>

<h3>IsoQuant 2.2.2, 18 May 2022</h3>

<p>Fixed <code>--check_canonical</code> option.</p>

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

<h3>IsoQuant 2.2.1, 28 Apr 2022</h3>

<p>Minor fixes and improvement in output files. Note, that GTFs and some other files have now multiline headers.</p>
Expand Down

0 comments on commit 30b0a69

Please sign in to comment.