uwmisl / poretitioner

https://misl.cs.washington.edu
Other
3 stars 1 forks source link

Plumb through the new Signal and H5 models #83

Open thequicksort opened 3 years ago

thequicksort commented 3 years ago

Data abstraction is good! Let's now use these abstractions in their proper places.

Signals have been abstracted to classes. H5 methods are moved from raw_signal_utils to fast5adapter (this isn't a great name for the model, let me know in the comments if you have a better one)

kdoroschak commented 3 years ago

perhaps fast5io? As long as we actually move the "o" part of "io" to this file too.