You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# IsoQuant changelog
2
2
3
-
## IsoQuant 3.11.1, 11 February 2027
3
+
## IsoQuant 3.12.0, 11 March 2026
4
+
5
+
- Fix Python 3.14 compatibility.
6
+
7
+
- Add `--barcoded_bam` option for reading barcodes and UMIs directly from a input BAM.
8
+
9
+
- Add `--barcode2barcode` option for Visium HD data processing.
10
+
11
+
- Dramatic speed-up for 10x and universal barcode calling on large whitelists.
12
+
13
+
## IsoQuant 3.11.1, 11 February 2026
4
14
5
15
- Fix Python 3.8 compatibility.
6
16
@@ -28,7 +38,7 @@ You can now simultaneously group counts by samples, BAM tags, read attributes pr
28
38
29
39
## IsoQuant 3.9.0, 1 October 2025
30
40
31
-
- Secondary alignments are not used by default from now on. It significantly improves running time and RAM consumption, but barely affects the results' quality.
41
+
- Secondary alignments are not used by default from now on. It significantly improves running time and RAM consumption but barely affects the results' quality.
32
42
Use `--use_secondary` to process secondary alignments.
33
43
34
44
- New options that force IsoQuant to use only a faction of reads in high-coverage loci.
@@ -70,7 +80,7 @@ Only overlapping chromosome names are used if inconsistent.
70
80
## IsoQuant 3.7.0, 16 May 2025
71
81
72
82
- Optimized grouped counts output. By default, all counts are stored in linear format, which saves time and disk space.
73
-
Matrices with small number of columns are automatically converted to usual matrix in TSV format,
83
+
Matrices with a small number of columns are automatically converted to a usual matrix in TSV format,
74
84
larger matrices typical for single-cell and spatial data are converted to MTX format.
75
85
See `--counts_format` paramter for options. It is also possible to convert counts after IsoQuant is finished using `src/convert_grouped_counts.py`.
76
86
Fixes issues mentioned in [#248](https://github.com/ablab/IsoQuant/issues/248).
- Fixed duplicated `noninformative` and `intergenic` reads assignments.
112
-
As a results, fixed duplicated novel transcripts [#236](https://github.com/ablab/IsoQuant/issues/236).
122
+
As a result, fixed duplicated novel transcripts [#236](https://github.com/ablab/IsoQuant/issues/236).
113
123
114
124
## IsoQuant 3.5.2, 3 September 2024
115
125
@@ -132,7 +142,7 @@ As a results, fixed duplicated novel transcripts [#236](https://github.com/ablab
132
142
133
143
- New visualization software developed by [@jackfreeman88](https://github.com/jackfreeman88). See more [here](https://ablab.github.io/IsoQuant/visualization.html).
134
144
135
-
- Dramatically reduced RAM consumption for grouped counts, about 10-20x decrease on datasets with large number of groups.
145
+
- Dramatically reduced RAM consumption for grouped counts, about 10-20x decrease on datasets with the large number of groups.
136
146
Important fix for single-cell data processing. Should fix [#189](https://github.com/ablab/IsoQuant/issues/189).
137
147
138
148
- Fixed [#195](https://github.com/ablab/IsoQuant/issues/195): output GTF contained very similar isoforms and estimated their expression as 0.
@@ -150,7 +160,7 @@ the reference annotation and from 230GB down to 6GB in the reference-free mode.
150
160
Running time in the default mode increased by approximately 20-25%.
151
161
When using `--high_memory` option, running time remains the same as in 3.4.1,
152
162
RAM consumption in the reference-based mode is 46GB, and 36GB in the reference-free mode.
153
-
Note, that in general RAM consumption depends on the particular data being used and the number of threads.
163
+
Note that in general RAM consumption depends on the particular data being used and the number of threads.
154
164
155
165
In brief, in 3.4.0 and 3.4.1 inadequate RAM consumption was caused by
@@ -180,7 +190,7 @@ Major novelties and improvements:
180
190
181
191
- Added support for Illumina reads for spliced alignment correction (thanks to [@rkpfeil](https://github.com/rkpfeil)).
182
192
183
-
- Added support YAML files (thanks to [@rkpfeil](https://github.com/rkpfeil)). Old options `--bam_list` and `--fastq_list` are still availble, but deprecated since this version.
193
+
- Added support for YAML files (thanks to [@rkpfeil](https://github.com/rkpfeil)). Old options `--bam_list` and `--fastq_list` are still availble, but deprecated since this version.
0 commit comments