-
Notifications
You must be signed in to change notification settings - Fork 2
/
RNAFold.cabal
101 lines (95 loc) · 2.8 KB
/
RNAFold.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
name: RNAFold
version: 1.99.3.4
author: Christian Hoener zu Siederdissen (Haskell), Ivo L. Hofacker et al (ViennaRNA), 2010-2013
copyright: Christian Hoener zu Siederdissen, 2010-2013
homepage: http://www.tbi.univie.ac.at/~choener/adpfusion
maintainer: choener@tbi.univie.ac.at
category: Bioinformatics
license: GPL-3
license-file: LICENSE
build-type: Simple
stability: experimental
cabal-version: >= 1.8.0
synopsis: RNA secondary structure prediction
description:
RNAfold v2 using the ADPfusion library. The RNAfold algorithm
is used to determine how fast we can be compared to a highly
optimized C program.
.
Please use GHC 7.6 or newer.
.
NOTE I'd like to rename this package to RNAfold, like the C
implementation. Do not install "globally", especially if you
normally use RNAfold from the ViennaRNA package, for obvious
reasons.
Extra-Source-Files:
README.md
library
build-depends:
base >=4&&<5 ,
cmdargs >= 0.10 ,
containers ,
deepseq >= 1.3 ,
lens >= 3.8 ,
primitive >= 0.5 ,
repa >= 3.2 ,
strict >= 0.3.2 ,
vector >= 0.10 ,
ADPfusion >= 0.2.0.0 ,
BiobaseTurner >= 0.3.1.1 ,
BiobaseVienna >= 0.3 ,
BiobaseXNA >= 0.7 ,
PrimitiveArray >= 0.5
exposed-modules:
BioInf.ViennaRNA
BioInf.ViennaRNA.Energy
BioInf.ViennaRNA.Eval
BioInf.ViennaRNA.Fold
BioInf.ViennaRNA.Signature
ghc-options:
-Odph
-funbox-strict-fields
-funfolding-use-threshold100
-funfolding-keeness-factor100
-fllvm -optlo-O3 -optlo-inline -optlo-std-compile-opts
executable RNAFold
build-depends:
base >= 4 && < 5 ,
cmdargs >= 0.10 ,
BiobaseTurner >= 0.3 ,
BiobaseVienna >= 0.3 ,
BiobaseXNA >= 0.7 ,
RNAFold
main-is:
RNAFold.hs
hs-source-dirs:
src
ghc-options:
-rtsopts
-Odph
-funbox-strict-fields
-funfolding-use-threshold100
-funfolding-keeness-factor100
-fllvm -optlo-O3 -optlo-inline -optlo-std-compile-opts
executable RNAEval
build-depends:
base >= 4 && < 5 ,
cmdargs >= 0.10 ,
BiobaseTurner >= 0.3 ,
BiobaseVienna >= 0.3 ,
BiobaseXNA >= 0.7 ,
RNAFold
main-is:
RNAEval.hs
hs-source-dirs:
src
ghc-options:
-rtsopts
-Odph
-funbox-strict-fields
-funfolding-use-threshold100
-funfolding-keeness-factor100
-fllvm -optlo-O3 -optlo-inline -optlo-std-compile-opts
source-repository head
type: git
location: git://github.com/choener/RNAfold