Skip to content

Releases: ratschlab/spladder

SplAdder version 2.4.1

07 Nov 18:16
Compare
Choose a tag to compare

This release adds experimental support for CRAM files and updates some dependencies.

SplAdder version 2.4.0

21 Oct 14:11
Compare
Choose a tag to compare

This release has the following changes:

  • event IDs in text output are now more consistent (e.g., what previously was exon_skip.1 in gff and exon_skip_1 in txt output, now is consistently exon_skip.1)
  • a command for the external chunked merge of many splicing graphs has been introduced (allowing for better distribution of large cohorts)
  • some typos were fixed

SplAdder version 2.3.0

16 Sep 12:37
Compare
Choose a tag to compare

This release introduces a new visualisation mode

  • splicing graphs, events, coverage, etc can now be visualised with individual tracks
  • documentation was extended to describe new visualisation mode
  • a bug that caused --validate-sg to be ignored was fixed
  • a new feature to specific the support for edges in --validate-sg was added

SplAdder version 2.2.3

21 Aug 13:13
Compare
Choose a tag to compare

Bugfix / Doc Release

  • fixed bug not correctly ordering isoforms in mutex exon events
  • fixed bug inverting PSI computation for alt 3'/5' events
  • extended and moved documentation onto separate platform

SplAdder version 2.2.2

28 May 19:46
Compare
Choose a tag to compare

Bugfix release

  • changed requirements
  • minor cleanups

SplAdder version 2.2.1

30 Apr 14:17
Compare
Choose a tag to compare

Bugfix release

  • gracefully exit when attempting test of no-event output

SplAdder version 2.2.0

28 Apr 20:23
Compare
Choose a tag to compare

Bugfix release.

  • fixes mistake in parallel mode, when very large alignment files are used
  • fixes parsing of bam-file list in viz mode

SplAdder version 2.1.0

03 Apr 21:08
Compare
Choose a tag to compare

This release has the following changes:

  • new option --set-mm-tag to customize the string for mismatch tags in alignment files for build mode
  • restore compatibility to read files in test mode that were generated with previous SplAdder versions
  • improved the internal re-use of quantified files in test mode when subsetting is selected

SplAdder version 2.0.1

24 Mar 20:57
Compare
Choose a tag to compare

Bugfix release addressing issue #78.

SplAdder version 2.0.0

14 Mar 17:48
Compare
Choose a tag to compare

This is the first release of SplAdder using Python 3. In addition to improved testing and the correction of minor bugs, we have re-designed the user interface. Following, we provide a list of the most notable changes:

  • SplAdder now uses sub-commands. The previous scripts for graph building, visualization and testing have been replaced through three modes: build, viz and test
  • the dash (-) is now consistently used in all parameters (e.g., --merge_strat has now become --merge-strat)
  • binary flags have been re-introduced and can be directly switched on or off without an additional argument (e.g., --verbose y has become --verbose and --primary-only n has become --no-primary-only)
  • -T has been replaced by --extract-ase

We also made some additional changes:

  • SplAdder can now be installed via pip
  • the concept of replicates was not used for the build phase and has been removed from the code
  • the Matlab code has been removed
  • additional test cases have been introduced and test coverage was increased
  • some new settings previously only accessibly through changes in the code have been made available to the user
  • the code has been cleaned up further