BlastHTTP: Libary to interface with the NCBI blast REST interface

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.0.1, 1.0.0, 1.0.1, 1.2.0, 1.2.1, 1.3.0, 1.4.0, 1.4.0, 1.4.1, 1.4.2
Change log changelog
Dependencies base (>=4.5 && <5), BiobaseBlast (>=0.3.0 && <0.3.1), BiobaseFasta (>=0.3.0 && <0.3.1), bytestring, conduit, either-unwrap, HTTP, http-conduit, hxt, mtl, network (==2.8.0.0), transformers, zip-archive [details]
License GPL-3.0-only
Copyright Florian Eggenhofer
Author Florian Eggenhofer, Christian Hoener zu Siederdissen
Maintainer egg@informatik.uni-freiburg.de
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.4.0(tag 1.4.0)
Uploaded by FlorianEggenhofer at 2019-06-18T11:05:20Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for BlastHTTP-1.4.0

[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