name: BlastHTTP version: 1.3.0 synopsis: Libary to interface with the NCBI blast REST interface description: 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: . . Information on the webservice can be found at: . . If you plan to submit more than 20 searches in one session, please look up the Usage Guidelines in the webservice information. license: GPL-3 license-file: LICENSE author: Florian Eggenhofer maintainer: florian.eggenhofer@univie.ac.at copyright: Florian Eggenhofer homepage: https://github.com/eggzilla/BlastHTTP category: Bioinformatics build-type: Simple cabal-version: >=1.8 Tested-With: GHC == 8.0.2, GHC == 8.2.2 extra-source-files: README.md changelog source-repository head type: git location: https://github.com/eggzilla/BlastHTTP source-repository this type: git location: https://github.com/eggzilla/BlastHTTP/tree/1.3.0 tag: 1.3.0 library exposed-modules: Bio.BlastHTTP build-depends: base >=4.5 && <5, transformers, bytestring, conduit, HTTP, http-conduit, hxt, network, mtl, blastxml, biocore, biofasta, BiobaseBlast >=0.2.1.0, either-unwrap ghc-options: -Wall hs-source-dirs: src