xml2x-0.4.2: xml2x.cabal
Name: xml2x
Version: 0.4.2
License: GPL
License-File: LICENSE
Author: Ketil Malde
Maintainer: Ketil Malde <ketil@malde.org>
Stability: Beta
Category: Bioinformatics
Synopsis: Convert BLAST output in XML format to CSV or HTML
Description: xml2x - convert blast output in XML format, either to a (csv)
table suitable for e.g. importing into Excel or OOCalc, or
to HTML. Optionally annotating the output with GO terms.
Build-Type: Simple
Tested-With: GHC==6.8.2
Build-Depends: base>3 && <4.2, bio >= 0.3.4, containers, bytestring, array, xhtml, directory
-- Build-Depends: base, bio - GHC 6.6
-- Build-Depends: base, bio, fps - GHC 6.4
data-files: README
Executable: xml2x
Main-Is: Xml2X.hs
Extensions: Rank2Types
Hs-Source-Dirs: src
Other-modules: Html, Options, Tabulate, Annotate
Ghc-Options: -Wall -O2 -threaded