BiobaseInfernal-0.5.4.1: BiobaseInfernal.cabal
name: BiobaseInfernal
version: 0.5.4.1
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.
.
The VerboseHit format is slightly extended to allow simple
annotations. This extension should be backward-compatible with
standard-compliant parsers.
.
.
.
Changes in 0.5.4.1
.
* fix-up for VH export
.
* half-baked CM type (not useful yet)
extra-source-files:
library
build-depends:
base >3 && <5,
attoparsec,
attoparsec-iteratee,
bytestring,
containers,
either-unwrap,
iteratee,
transformers,
tuple,
vector,
PrimitiveArray
exposed-modules:
Biobase.Infernal
Biobase.Infernal.Clan
Biobase.Infernal.Clan.Import
Biobase.Infernal.CM
Biobase.Infernal.CM.Export
Biobase.Infernal.CM.Import
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