forked from MatthiasLienhard/isotools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added types, variable renames, refactored functions They improve code readability and auto completion in IDEs. I doubt that they are complete yet, some specifically marked as "Any" because I wasn't certain. Renamed abbreviated variables. Increases code readability. Follow up to the previous commits. Refactored `has_overlap` and `get_intersects` in _utils.py. Especially the later one was unnecessarily complex. * version number * Types, error handling, variable names, splice_bubbles tweaked moved from numeric type ids in _find_splice_bubbles_at_position to readable strings TSS and PAS are broken for this one I think, left two TODO comments * SQANTI support import, new filters, filtered coordination test more types * Changed TSS/PAS events from 1 vs All to 1 vs 1 * Fix gene track without annotation * Fix swapped 3' and 5' fragment * Typos, variable renames and removing unused code * Quote type
- Loading branch information
1 parent
584e282
commit 1c6cd0a
Showing
11 changed files
with
550 additions
and
358 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 +1 @@ | ||
0.3.5_rc10 | ||
0.3.5_rc11 |
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.