Skip to content

v2.2

Latest

Choose a tag to compare

@ClareRobin ClareRobin released this 05 Aug 08:02
· 3 commits to master since this release
ce29ae8

Summary

This release adds:

Genome-alignment support: xPore previously only worked with transcriptome-aligned reads. A new --kmer_source flag on dataprep allows genome-aligned input (handling reverse-complement reads). Testing details in #238

RNA004 chemistry support: added the RNA004 5-mer model, which is now the default prior for diffmod, kept the existing RNA002 model.

⚠️ Note for users with RNA002 data: because the xpore-diffmod's default is now the RNA004 model, to process RNA002 data set prior: in your config to the bundled RNA002_5mer_model.csv (see details in the xPore readthedocs).

Read-count handling fixes: --readcount_max now caps reads per site instead of per transcript.

Packaging & docs maintenance: migrated from setup.py to pyproject.toml, and added ReadTheDocs build configuration (xpore.readthedocs.io is now up to date).

What's Changed

New Contributors

Full Changelog: v2.1...v2.2