Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggzilla/biobasehttp
Haskell cabal libary for submission and result retrieval from the NCBI Entrez REST webservice
https://github.com/eggzilla/biobasehttp
Last synced: 2 months ago
JSON representation
Haskell cabal libary for submission and result retrieval from the NCBI Entrez REST webservice
- Host: GitHub
- URL: https://github.com/eggzilla/biobasehttp
- Owner: eggzilla
- License: gpl-3.0
- Created: 2014-06-23T16:18:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T13:49:58.000Z (almost 4 years ago)
- Last Synced: 2024-03-14T21:46:24.296Z (10 months ago)
- Language: Haskell
- Homepage:
- Size: 61.5 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
BiobaseHTTP
[![Hackage](https://img.shields.io/hackage/v/BiobaseHTTP.svg)](https://hackage.haskell.org/package/BiobaseHTTP) [![Build Status](https://travis-ci.org/eggzilla/BiobaseHTTP.svg?branch=master)](https://travis-ci.org/eggzilla/BiobaseHTTP)
=========BiobaseHTTP provides functions to interface the Bioinformatics REST services - Entrez Ensembl.
NCBI Entrez provides multiple different databases and eutils.
For more information on Entrez refer to: [Entrez](http://www.ncbi.nlm.nih.gov/gquery/).
Information on the webservice can be found at: [NCBI books](http://www.ncbi.nlm.nih.gov/books/NBK25497/).Information on ENSEMBL genomes API can be found here: [Ensembl Genomes](http://rest.ensemblgenomes.org/).
If you plan to include the library in a tool, register it as explained [here](http://www.ncbi.nlm.nih.gov/books/NBK25497/#chapter2.Usage_Guidelines_and_Requiremen).BiobaseHTTP is the successor of the deprecated EntrezHTTP library.