Skip to content

v1.2.0

Latest

Choose a tag to compare

@bepoli bepoli released this 30 Oct 11:19
7bfdcfd

Highlights from previous stable release

  • Locus-level TE quantification. Use -l or --locus to enable it. This will add a tilde followed by a number to TE feature name (e.g. L1PA7~123).
  • Support for UMI-less libraries (e.g. smart-seq). Use with --no-umi.
  • Dramatically improved memory usage efficiency and run time.
  • A copy of the TE annotation generated on the fly with the -g <genome_assembly> flag will be saved in the output directory.
  • Support for strand-specific count, for stranded libraries and in case knowing the orientation of transcribed TEs is relevant. Use --strandedness forward or --strandedness reverse to activate it.
  • Support Python versions from 3.10 to 3.14 (NB: installation time on Python 3.14 is a few minutes longer, until Pysam's wheels update).

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0