BlastHTTP: Libary to interface with the NCBI blast REST interface

[ bioinformatics, gpl, library ] [ Propose Tags ]

Searches for a provided nucleotide or protein sequence with the NCBI Blast REST service and returns a blast result in xml format as BlastResult datatype.

For more information on BLAST refer to: http://blast.ncbi.nlm.nih.gov/Blast.cgi.

Information on the webservice can be found at: http://www.ncbi.nlm.nih.gov/BLAST/developer.shtml.

If you plan to submit more than 20 searches in one session, please look up the Usage Guidelines in the webservice information.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 1.0.0, 1.0.1, 1.2.0, 1.2.1, 1.3.0, 1.4.0, 1.4.1, 1.4.2
Change log changelog
Dependencies base (>=4.5 && <5), biocore, biofasta, blastxml, bytestring, conduit, HTTP, http-conduit, hxt, mtl, network, transformers [details]
License GPL-3.0-only
Author Florian Eggenhofer
Maintainer florian.eggenhofer@univie.ac.at
Category Bioinformatics
Home page https://github.com/eggzilla/BlastHTTP
Source repo head: git clone https://github.com/eggzilla/BlastHTTP
this: git clone https://github.com/eggzilla/BlastHTTP/tree/1.2.1(tag 1.2.1)
Uploaded by FlorianEggenhofer at 2016-11-12T20:15:06Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 7503 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-16 [all 1 reports]

Readme for BlastHTTP-1.2.1

[back to package description]

BlastHTTP Hackage Build Status

Haskell cabal libary for submission and result retrieval from the NCBI Blast REST webservice

Changes:

Version 1.2.0:

Added experimental support for the european bioinformatics institute blast REST interface Added support for multiple sequences in one request

Version 1.0.0:

Added optionalArgument parameter to BlastHTTP datatype and removed EntrezQuery. This has the advantage that any additional argument can be supplied, not only EntrezQuery strings.

Version 0.0.1:

Initial Version