packages feed

BiobaseTurner-0.2.2.2: BiobaseTurner.cabal

name:           BiobaseTurner
version:        0.2.2.2
author:         Christian Hoener zu Siederdissen
maintainer:     choener@tbi.univie.ac.at
homepage:       http://www.tbi.univie.ac.at/~choener/
copyright:      Christian Hoener zu Siederdissen, 2010-2012
category:       Bioinformatics
synopsis:       Import Turner RNA parameters
license:        GPL-3
license-file:   LICENSE
build-type:     Simple
stability:      experimental
cabal-version:  >= 1.6.0
description:
                A data structure for Mathews / Turner RNA and DNA energy
                parameters. This library currently only provides an importer,
                not export functions. There are two reasons: (i) We currently
                have no use-case where we need more than import facilities (ii)
                The file structure is geared towards humans, not machines. If
                you need to be able to export, send a mail.
                .
                This is the 2011 post-library split version, hence not
                deprecated anymore.
                .
                NOTE This is rather fragile as some files use different index
                enumerations, which we handle rather... simplistically. We
                cannot fix one asymmetry case in dnastack.dh, as we do not
                change sources.
                .
                BIG FAT WARNING indexing now depends on repa shapes and index
                representations. (with a good reason coming soon). For now,
                just assume that this has performance benefits.

library
  build-depends:
    base >3 && <5,
    bytestring,
    bytestring-lexing,
    containers,
    filepath,
    iteratee,
    split,
    vector         == 0.9.*   ,
    BiobaseXNA     == 0.6.2.2 ,
    PrimitiveArray == 0.2.1.1

  exposed-modules:
    Biobase.Turner
    Biobase.Turner.Import

  ghc-options:
    -Odph -funbox-strict-fields -fspec-constr

source-repository head
  type: git
  location: git://github.com/choener/BiobaseTurner