Skip to content

Commit

Permalink
Dev (#292)
Browse files Browse the repository at this point in the history
* Update README.md

* Update filterSNVs.sh

* Update filterSNVs.sh

add an if/else pattern. if QC don't filter, if not QC filter to heterozygous

* add comment and precision grep

* hardcode UCSC results read in

* standardize the MAE filter

* update comment clarity

* force no duplicates after splitting

* update docs and filterSNV.sh

* remove redundant conversion to UCSC style

* remove '.' from test

* add gene ranges

* ranges added

* ranges added

* fix tests for '.'

* Update .gitignore

* labels read count ratio fixed

* ranges fixed

* update authors

* Update Datasets.R

* fix qc plot

* Update DNA_RNA_matrix_plot.R

* hpo function bug fixed

* mae links and populations fixed

* hpo function fixed

* mae genes bug fix

* Update Results.R

* Update Results.R

* speed up hpo function

* Update Results.R

* rmarkdown instead of markdown

* Update Results.R

* Update test_MAE.py

* update conda to mamba install (#289)

* update conda to mamba install

* bump tMAE

Co-authored-by: Smith Nicholas <smith@in.tum.de>

* Update requirementsR.txt

* Update README.md

* Update setup.py

Bump 1.1.2

* Update setup.cfg

Bump 1.1.2

* Update conf.py

* Update __init__.py

Bump 1.1.2

* Update cli.py

Bump 1.1.2

Co-authored-by: Vicente Yepez <30469316+vyepez88@users.noreply.github.com>
Co-authored-by: Smith Nicholas <smith@in.tum.de>
Co-authored-by: Vicente <yepez@in.tum.de>
  • Loading branch information
4 people committed Feb 4, 2022
1 parent a0bbb40 commit 1cbba5f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![Version](https://img.shields.io/github/v/release/gagneurlab/drop?include_prereleases)](https://github.com/gagneurlab/drop/releases)
[![Version](https://readthedocs.org/projects/gagneurlab-drop/badge/?version=latest)](https://gagneurlab-drop.readthedocs.io/en/latest)

The manuscript is now available in [Nature Protocols](https://www.nature.com/articles/s41596-020-00462-5). [SharedIt link.](https://rdcu.be/cdMmF)
The manuscript is available in [Nature Protocols](https://www.nature.com/articles/s41596-020-00462-5). [SharedIt link.](https://rdcu.be/cdMmF)

<img src="drop_sticker.png" alt="drop logo" width="200" class="center"/>

## Quickstart
DROP is available on [bioconda](https://anaconda.org/bioconda/drop).
We recommend using a dedicated conda environment. (installation time: ~ 10min)
```
conda install -c conda-forge -c bioconda drop
mamba install -c conda-forge -c bioconda drop
```

Test installation with demo project
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.1.1'
release_ = '1.1.2'


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

__version__ = "1.1.1"
__version__ = "1.1.2"
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.1.1',prog_name='drop')
@click.version_option('1.1.2',prog_name='drop')

def main():
pass
Expand Down
2 changes: 1 addition & 1 deletion drop/requirementsR.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version
devtools
gagneurlab/OUTRIDER 1.6.1
c-mertes/FRASER 1.2.1
gagneurlab/tMAE 1.0.3
gagneurlab/tMAE 1.0.4
VariantAnnotation
rmarkdown
knitr
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.1.2
commit = True

[bumpversion:file:setup.py]
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.1.1",
version="1.1.2",
author="Vicente A. Yépez, Michaela Müller, Nicholas H. Smith, Daniela Klaproth-Andrade, Luise Schuller, Ines Scheller, Christian Mertes <mertes@in.tum.de>, Julien Gagneur <gagneur@in.tum.de>",
author_email="yepez@in.tum.de",
description="Detection of RNA Outlier Pipeline",
Expand Down

0 comments on commit 1cbba5f

Please sign in to comment.