Genbank-1.0.0: Libary for processing the NCBI genbank format

Safe HaskellNone
LanguageHaskell98

Bio.GenbankParser

Description

Functions for parsing genebank format

Synopsis

Documentation

parseGenbank :: String -> Either ParseError Genbank Source

Parse the input as Genbank datatype

readGenbank :: String -> IO (Either ParseError Genbank) Source

Read the file as Genbank datatype