Skip to content

Commit

Permalink
Fix FRASER and OUTRIDER versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed May 13, 2024
1 parent f26dedf commit 752edd1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For more information on different installation options, refer to the

## What's new

Versions 1.3.3, 1.3.2 and 1.3.1 fix some bugs.
Version 1.3.4 freezes FRASER and OUTRIDER versions before major changes in new FRASER to ensure reproducibility. Versions 1.3.3, 1.3.2 and 1.3.1 fix some bugs.
Version 1.3.0 introduces the option to use FRASER 2.0 which is an improved version of FRASER that uses the Intron Jaccard Index metric instead of percent spliced in and splicing efficiency to quantify and later call aberrant splicing. To run FRASER 2.0, modify the `FRASER_version` parameter in the aberrantSplicing dictionary in the config file and adapt the `quantileForFiltering` and `deltaPsiCutoff` parameters. See the [config template](https://github.com/gagneurlab/drop/blob/master/drop/template/config.yaml) for more details. When switching between FRASER versions, we recommend running DROP in a
separate folder for each version. Moreover, DROP now allows users to provide lists of genes to focus on and do the multiple testing correction instead of the usual transcriptome-wide approach. Refer to the [documentation](https://gagneurlab-drop.readthedocs.io/en/latest/prepare.html#limiting-fdr-correction-to-subsets-of-genes-of-interest).

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Michaela Müller'

# The full version, including alpha/beta/rc tags
release_ = '1.3.3'
release_ = '1.3.4'



Expand Down
2 changes: 1 addition & 1 deletion drop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from . import utils
from . import demo

__version__ = "1.3.3"
__version__ = "1.3.4"

2 changes: 1 addition & 1 deletion drop/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@click.group()
@click_log.simple_verbosity_option(logger)
@click.version_option('1.3.3',prog_name='drop')
@click.version_option('1.3.4',prog_name='drop')


def main():
Expand Down
6 changes: 3 additions & 3 deletions drop/requirementsR.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package min_version max_version ref
devtools
gagneurlab/OUTRIDER 1.17.2 1.17.2 HEAD
gagneurlab/FRASER 1.99.1 1.99.3 HEAD
gagneurlab/tMAE 1.0.4 1.0.4 HEAD
gagneurlab/OUTRIDER 1.17.2 1.17.2 1.17.2
gagneurlab/FRASER 1.99.3 1.99.3 1.99.3
gagneurlab/tMAE 1.0.4 1.0.4 1.0.4
VariantAnnotation
rmarkdown
knitr
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name="drop",
version="1.3.3",
version="1.3.4",

author="Vicente A. Yépez, Michaela Müller, Nicholas H. Smith, Daniela Klaproth-Andrade, Luise Schuller, Ines Scheller, Christian Mertes <[email protected]>, Julien Gagneur <[email protected]>",
author_email="[email protected]",
Expand Down

0 comments on commit 752edd1

Please sign in to comment.