biophd-0.0.7: Library for reading phd sequence files
Bio.Sequence.Phd
Synopsis
data Phd Source
Constructors
Fields
Instances
readPhd :: FilePath -> IO Phd Source
Parse a .phd file, extracting the contents as a PHD
hReadPhd :: Handle -> IO Phd Source
Parse .phd contents from a handle
readPhdTags :: FilePath -> IO (Maybe [PhdTag]) Source