packages feed

BiobaseInfernal-0.5.1.0: BiobaseInfernal.cabal

name:           BiobaseInfernal
version:        0.5.1.0
author:         Christian Hoener zu Siederdissen
maintainer:     choener@tbi.univie.ac.at
homepage:       http://www.tbi.univie.ac.at/~choener/
copyright:      Christian Hoener zu Siederdissen, 2011
category:       Bioinformatics
synopsis:       Infernal data structures and tools
license:        GPL-3
license-file:   LICENSE
build-type:     Simple
stability:      experimental
cabal-version:  >= 1.4.0
description:
                Provides import and export facilities for Infernal/Rfam data
                formats. We include Stockholm, CM, verbose Infernal results,
                and tabulated Infernal results. Some small tools are included.
                .
                With the BioHaskell library split, this package is officially
                back! And the package is not feature-complete yet, take the
                above as a will-include-soon list.
                .
                The taxonomy importer makes use of Iteratee.zip, hence the
                switch from Enumerator. (See the Biohaskell wiki pages for
                discussion on Iteratee/Enumerator).

extra-source-files:

library
  build-depends:
    base >3 && <5,
    attoparsec,
    attoparsec-iteratee,
    bytestring,
    containers,
    either-unwrap,
    iteratee,
    transformers,
    tuple

  exposed-modules:
    Biobase.Infernal
    Biobase.Infernal.TabularHit
    Biobase.Infernal.TabularHit.Import
    Biobase.Infernal.Taxonomy
    Biobase.Infernal.Taxonomy.Import
    Biobase.Infernal.VerboseHit
    Biobase.Infernal.VerboseHit.Export
    Biobase.Infernal.VerboseHit.Import
    Biobase.Infernal.VerboseHit.Internal

  ghc-options:
    -O2