-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix result script in case of no significant results * fix bug merge in wrong order coverage dt * Update prepare.rst * added saving of granges of split counts .as tsv.gz * Update DNA_RNA_matrix_plot.R * change ln to softlink * add help to index * Update DNA_RNA_matrix_plot.R fix bug when multiple matching * Update create_matrix_dna_rna_cor.R Remove unnecessary step for the QC matrix * Update DNA_RNA_matrix_plot.R fix bug in not annotated QC table * Update DNA_RNA_matrix_plot.R fix bug in check matches function * Update DNA_RNA_matrix_plot.R * Update README.md * Update README.md * Update README.md * Update README.md * Update 08_extract_results_FraseR.R * Update README.md * update GHA with snakemake version range and activate PR checks * fix #532 knitr parsing * remove redundent rules to create dict and fai files * fix last outrider version install * Fix FRASER and OUTRIDER versions * OUTRIDER 1.16.2 & FRASER 1.99.0 * pin OUTRIDER to 1.20.1 * pin FRASER to commit #d6a422c * update version nr for bioconda * Update README.md * Update README.md --------- Co-authored-by: Ines Scheller <scheller@in.tum.de> Co-authored-by: Nick <smithnickh@gmail.com> Co-authored-by: Christian Mertes <mertes@in.tum.de> Co-authored-by: AtaJadidAhari <atajadidahari@gmail.com>
- Loading branch information
1 parent
594d7da
commit ef7e11e
Showing
25 changed files
with
125 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Build | ||
|
||
on: [push] | ||
on: [push,pull_request] | ||
|
||
jobs: | ||
build-linux: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
from . import utils | ||
from . import demo | ||
|
||
__version__ = "1.3.3" | ||
__version__ = "1.3.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.