Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eggzilla/genbank

Genbank format tools and parser
https://github.com/eggzilla/genbank

Last synced: 2 months ago
JSON representation

Genbank format tools and parser

Awesome Lists containing this project

README

        

# Genbank
[![Hackage](https://img.shields.io/hackage/v/Genbank.svg)](https://hackage.haskell.org/package/Genbank) [![Build Status](https://travis-ci.org/eggzilla/Genbank.svg?branch=master)](https://travis-ci.org/eggzilla/Genbank)
=========

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