eggzilla / Genbank

Genbank format tools and parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genbank

Hackage 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

About

Genbank format tools and parser

License:GNU General Public License v3.0


Languages

Language:Haskell 94.8%Language:Python 5.2%