Skip to content

Commit b78b309

Browse files
committed
3.10.0
1 parent 82dab04 commit b78b309

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.0
1+
3.10.0

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# IsoQuant changelog
22

3+
## IsoQuant 3.10.0, 21 October 2025
4+
5+
- New option `--polya_trimmed` to indicate polyA-trimmed reads (thanks @hmutpw for the suggestion [#342](https://github.com/ablab/IsoQuant/issues/342)).
6+
-
7+
- New option `--process_only_chr` to process a specific list of chromosomes.
8+
9+
310
## IsoQuant 3.9.0, 1 October 2025
411

512
- Secondary alignments are not used by default from now on. It significantly improves running time and RAM consumption, but barely affects the results' quality.

docs/cmd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ as having a poly-A tail on the 3' end;
8383
- `all`: all reads will be considered to be poly-A-trimmed and will be marked as
8484
having a poly-A tail on the 3'; read direction will be based on the alignment strand flag.
8585
Thus, when using this options, make sure read sequences are properly oriented, i.e. match the original mRNA strand.
86+
Use this option at your own risk.
8687

8788
`--prefix` or `-p`
8889
Prefix for all output files and sub-folder name. `OUT` if not set.

0 commit comments

Comments
 (0)