Releases: snakemake-workflows/rna-seq-kallisto-sleuth
Releases · snakemake-workflows/rna-seq-kallisto-sleuth
v2.5.2
v2.5.1
v2.5.0
v2.4.3
v2.4.2
v2.4.1
2.4.1 (2022-11-04)
Bug Fixes
- channel order for bioconductor package download (f57044a)
- correct default value for representative_transcripts and check for existence of path (#59) (a85b268)
- fix channel order under strict priorities (bdbfb10)
- fix default minimum p-value in fgsea (#61) (a6a857d)
- for some rules, omit software env when caching (#63) (1d2e3a9)
v2.4.0
Version 2.3.2
- Fix a bug in sleuth_init that had previously led to a crash if ensembl metadata did not contain information about canonical transcripts.
Version 2.3.1
- A bug leading to a crash with custom representative transcript handling has been fixed.
- Differential splicing analysis can now be deactivated in the config.
- Various little usability bug fixes.
Version 2.3.0
- Extensive differential splicing analysis using IsoformSwitchAnalyzeR.
- Added ability to choose the strategy for which transcript to choose for gene based analysis (canonical from ensembl, most significant, custom ID list).
- Differential expression tables now also show the per sample normalized transcript expression.
- Expression matrix output is now batch effect corrected and based on log counts.
- Migration to R 4.1.
- Various little fixes for corner cases.