Skip to content

Releases: ablab/IsoQuant

IsoQuant 3.3.1

26 Jul 13:17
Compare
Choose a tag to compare

Fixes UnboundLocalError: local variable 'match' referenced before assignment error in SQANTI-like output.

IsoQuant 3.3.0

13 Jun 16:02
Compare
Choose a tag to compare
  • Fixed read to novel models assignment.
  • Improved command line options for providing multiple files, added --prefix option.
  • Additional checks for various unusual cases in input GTFs.
  • Do not output empty files when no GTF is provided.

IsoQuant 3.2.0

28 Mar 15:08
Compare
Choose a tag to compare
  • Unspliced novel transcripts are not reported by the default for ONT data, use --report_novel_unspliced to generate them.
  • When multiple BAM/FASTQ files are provided via --bam / --fastq, they are treated as different replicas/samples of the same experiment; a single GTF and per-sample counts are generated automatically.
  • 10-15 times lower RAM consumption with the same running time, thanks to @jamestwebber for refactoring and bringing attention to this!
  • ~5 times lower disk consumption for temporary files.
  • --low_memory option has no effect (used by default); --high_memory mimics old behavior by storing alignments in RAM.
  • Read assignment reports transcript start and end (TSS/TES) matches.
  • --sqanti_output generates SQANTI-like output for novel vs reference transcripts, thanks to @almiheenko!
  • Resulting annotation contains exon ids.
  • Supplementary gene attributes are copied from the reference annotation to the output annotations.
  • Improved --resume and --force behaviour.
  • --model_construction_strategy sensitive_pacbio is now more sensitive.

IsoQuant 3.1.2

07 Feb 08:58
Compare
Choose a tag to compare
  • Fixed strand detection that caused lower precision for novel transcripts.
  • Fixed known transcript filtering that caused lower recall for known transcripts.
  • Fixed duplicate transcript entries in the output annotations.
  • Fixed duplicate canonical attribute in extended annotation.
  • Fix --resume option when relative paths were provided.

IsoQuant 3.1.1

17 Jan 10:50
Compare
Choose a tag to compare
  • Fixed error caused by introns of length 0 (strange corner case but it does happen).
  • Fixed error when using a read grouping file.
  • Allow to resume a previous run from another location.

IsoQuant 3.1.0

04 Jan 19:20
Compare
Choose a tag to compare
  • Implemented --resume option for resuming failed runs.
  • Fixed SQANTI-like output for raw reads.
  • Fixed read strand detection, improves transcript discovery as well.

IsoQuant 3.0.3

17 Oct 10:40
Compare
Choose a tag to compare
  • Simplify transcript naming, IDs of known transcripts are preserved in the output.

  • More information about novel transcripts in GTF, i.e. similar reference transcripts and splicing modification types.

IsoQuant 3.0.2

10 Oct 11:57
Compare
Choose a tag to compare

Bug-fix release:

  • Fixes GTF attributes, thanks to @rsalz.

IsoQuant 3.0.1

06 Sep 12:10
Compare
Choose a tag to compare

Bug-fix release. Fixes --check_canonical option.

IsoQuant 3.0

16 Jul 22:07
Compare
Choose a tag to compare
  • Annotation-free mode is implemented.
  • Lower RAM consumption and better running time.
  • Proper single-thread mode.