-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#83] Introduce abstractions for signals and fast5 files * Removed class method from FractionalizedSignal * Architecting signal and fast5 data organization Co-authored-by: Jessica Dunstan <[email protected]> Co-authored-by: Katie Doroschak <[email protected]>
- Loading branch information
1 parent
4acc013
commit 3aa47ac
Showing
8 changed files
with
504 additions
and
603 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import matplotlib | ||
|
||
from . import signals, utils | ||
|
||
# We're using TK as a matplotlib backend since it doesn't require any extra dependencies. | ||
# If need a different backend, it can be configured here. | ||
matplotlib.use("TkAgg") |
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.