BiobaseTurner-0.3.1.0: BiobaseTurner.cabal
name: BiobaseTurner
version: 0.3.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, 2010-2013
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.
.
NOTE This is rather fragile as some files use different index
enumerations, which we handle rather... simplistically.
.
In principle, all parameters should be symmetric regarding the
stem direction. However, there is one asymmetry case in
dnastack.dh. We do not fix this problem as we do not change the
source files.
library
build-depends:
base >3 && <5,
bytestring >= 0.9 ,
bytestring-lexing >= 0.4 ,
conduit >= 0.5 ,
containers >= 0.4 ,
filepath >= 1 ,
lens >= 3.8 ,
primitive >= 0.5 ,
repa >= 3.2 ,
split >= 0.2 ,
vector >= 0.10 ,
BiobaseXNA >= 0.7 ,
PrimitiveArray >= 0.5
exposed-modules:
Biobase.Turner
Biobase.Turner.Import
ghc-options:
-O2 -funbox-strict-fields
source-repository head
type: git
location: git://github.com/choener/BiobaseTurner