Expand description
This crate wraps the most basic functionality of the [ONT-FAST5-API
] for python, but in Rust!
§Warning
Very much in alpha and a WIP, I worte this for one specific use case that I had.
Currently it is only possible to read and write FAST5. It uses the HDF5 crate to deal with HDF5 files. It does apply the VBZ plugin to the files.
Structs§
- Channel
Info - Stuct to represent the channel info attributes for each read.
- Multi
Fast5 File - Struct representing a “Multi” Fast5 file.
Enums§
- Open
Mode - The mode to open a file with.
- RawAttrs
Opts - Provides the Attributes for the Raw Group - which in turn conatins the Signal dataset. This allows us to match for each attribute field, and provide the correct type to HDF5.
Functions§
- read_
fast5 - Open a fast5 and return a Vec containing the groups.