-
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 Issue #114 (#116) * refactored drop demo code s.t. config and sample annotation files are in the package * adapted pipeline to handle non-existing external counts new group in demo to distinguish count import from no count import cases some bugfixes regarding exportCounts parsing and import counts subsetting * fixed AE pipeline test * travis with latest R version 4 * revert pipeline in pytest to 2 cores * R 4.0.2 Co-authored-by: mumichae <mi.mueller@tum.de> * Refactoring (#118) * refactored Submodule classes into separate files * using MAE and AS functions from respective classes instead of Snakefile or R script header * fixed input for MAE rules * use chr with bam counts for ASEReadCounter * added test for aberrant splicing count file functions * FRASER compatibility fixes * fixed subsetGroup API change Co-authored-by: Michaela Müller <mi.mueller@tum.de> Co-authored-by: Christian Mertes <mertes@in.tum.de> * using wbuild 1.8.0 for pip installation * fixed travis install error Co-authored-by: Michaela Müller <mi.mueller@tum.de> Co-authored-by: Vicente <yepez@in.tum.de> Co-authored-by: Christian Mertes <mertes@in.tum.de>
- Loading branch information
1 parent
5ce58f4
commit 6e9b586
Showing
34 changed files
with
621 additions
and
364 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
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,3 +1,4 @@ | ||
from .setupDrop import * | ||
from . import config | ||
from . import utils | ||
from . import demo |
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.