bio-0.5.3: A bioinformatics library

Safe HaskellSafe-Inferred

Bio.Sequence.Phd

Description

Parse phd files (phred base calling output).

Synopsis

Documentation

readPhd :: FilePath -> IO (Sequence Nuc)Source

Parse a .phd file, extracting the contents as a Sequence

hReadPhd :: Handle -> IO (Sequence Nuc)Source

Parse .phd contents from a handle