| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Bio.ABI.Decode
Contents
Documentation
decodeRawSequence :: ByteString -> Either Text BasecalledSequenceWithRawData Source #
Decode ABIF file with additional raw data that may be required for later processing.
decodeRawSequence' :: ByteString -> Either Text BasecalledSequenceWithRawData Source #
Same as decodeRawSequence, for strict ByteString.
Orphan instances
| SequenceDecodable ByteString BasecalledSequence Source # | Converts   | 
Methods sequenceDecode :: ByteString -> Either Text BasecalledSequence Source #  | |
| SequenceDecodable ByteString BasecalledSequence Source # | Converts   | 
Methods sequenceDecode :: ByteString -> Either Text BasecalledSequence Source #  | |
| SequenceDecodable BasecalledSequenceWithRawData BasecalledSequence Source # | Discards raw data information.  |