Skip to content

Releases: gagneurlab/drop

DROP 1.6.1

24 Mar 07:39
41cf4e2

Choose a tag to compare

What's changed in DROP 1.6.1

Full Changelog: 1.6.0...1.6.1

DROP 1.6.0

17 Mar 11:06
90fa2b6

Choose a tag to compare

DROP 1.6.0 release

The new release of DROP 1.6.0 includes the following changes:

We thank also @AtaJadidAhari for his contributions

Full Changelog: 1.5.0...1.6.0

DROP 1.5.0

30 Oct 08:35
718aede

Choose a tag to compare

  • Contains the versions of OUTRIDER and FRASER that use the Optimal Hard Threshold procedure. This leads to a reduction in the run time of around 6-10 times (#615)
  • DROP now supports mixing BAM files and external expression counts within the same group (#631)
  • Other updates from FRASER:
    • Fixes a bug in split-reads counting in cohorts of single-end data
    • Fixes a bug in assigning gene names to junctions
  • Reduces run-time of DNA-RNA matching (#644)
  • Fixes a bug in sex-matching algorithm
  • Multithreading expression counting per chromosome and run MAE counting in parallel per chromosome (#633)

DROP 1.4.0

29 May 13:34
cc2ee6b

Choose a tag to compare

  • FRASER counting is done using the strand of each sample instead of the strand of the whole cohort
  • FRASER results no longer contain sample annotation info
  • If a subset of genes to test were provided, the FRASER results are now tidy -> one row per event with multiple columns containing all the p-values and adjusted p-values
  • Sample annotation file now must always contain STRAND for all samples, including external ones

DROP 1.3.4

17 May 14:00
ef7e11e

Choose a tag to compare

  • fixes the FRASER version to 1.99.3 commit d6a422c to ensure reproducibility
  • fixes the OUTRIDER version to 1.20.1
  • fixes certain scripts affected by a snakemake update

DROP 1.3.3

14 Apr 09:51
594d7da

Choose a tag to compare

Fixes a bug when compiling the aberrant splicing results.

DROP 1.3.2

07 Apr 10:57
8a6a490

Choose a tag to compare

Fixes issues with having only 1 internal sample. Simplifies the counting Summary html in the aberrant splicing module.

DROP 1.3.1

05 Apr 08:38
1b98b37

Choose a tag to compare

  • small bugfix in the Aberrant Splicing Counting Summary Script when providing only 1 external sample

DROP 1.3.0

04 Apr 14:31
4b5f780

Choose a tag to compare

  • Supports FRASER 2.0, an improved version that uses the Intron Jaccard Index as its single splice metric
  • Allows to provide lists of genes to test during FDR correction in addition to the transcriptome-wide FDR across all expressed genes

DROP 1.2.4

07 Dec 20:12
33e5114

Choose a tag to compare

What's Changed

  • Bug Fixes in MAE
  • yieldSize and dnaRnaMatchCutoff config values
    • yieldSize: allows for memory consideration in VCF and BAM file processing
    • dnaRnaMatchCutoff: sets the threshold for MAE sample matching
  • Summary edits to aberrantSplicing

Full Changelog: 1.2.3...1.2.4