@hackage BlastHTTP1.4.0
Libary to interface with the NCBI blast REST interface
Categories
License
GPL-3.0-only
Maintainer
egg@informatik.uni-freiburg.de
Links
Versions
Installation
Tested Compilers
Dependencies (13)
- BiobaseBlast >=0.3.0 && <0.3.1
- BiobaseFasta >=0.3.0 && <0.3.1
- HTTP
- base >=4.5 && <5
- bytestring
- conduit Show all…
Dependents (2)
@hackage/RNAlien, @hackage/acme-everything
BlastHTTP

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