name: BiobaseTurner version: 0.2.2.4 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 >= 0.9, bytestring-lexing >= 0.4, containers >= 0.4, filepath >= 1, iteratee >= 0.8.8, split >= 0.1.4, vector == 0.9.* , BiobaseXNA == 0.6.2.5 , PrimitiveArray == 0.2.2.0 exposed-modules: Biobase.Turner Biobase.Turner.Import ghc-options: -O2 -funbox-strict-fields source-repository head type: git location: git://github.com/choener/BiobaseTurner