Genbank

Libary for processing the NCBI genbank format

LTS Haskell 11.22:1.0.3
Stackage Nightly 2018-03-12:1.0.3
Latest on Hackage:1.0.3

See all snapshots Genbank appears in

LicenseRef-GPL licensed by Florian Eggenhofer
Maintained by [email protected]
This version can be pinned in stack with:Genbank-1.0.3@sha256:ea8e6d685edeb4fd94e620b06ae2532627352498867cb10db60748f5131500b9,2612

Module documentation for 1.0.3

#Genbank Build Status

Haskell cabal Genbank libary contains tools, parser and datastructures for the NCBI (National Center for Biotechnology Information) Genbank format. For more information on genbank refer to:

http://www.ncbi.nlm.nih.gov/genbank/

For a sample genbank record see:

http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html

###Datastructures for Genbank format (GenbankData.hs) Contains Haskell datastructures for Genbank format and for contained features, subfeatures ###Parse Genbank format (GenbankParser.hs) Contains Haskell functions to parse Genbank format from files or internal Strings. ###Tools for processing Genbank (GenbankTools) Contains Haskell functions to extract nucleotide sequences for features