RNAlib-2.1.9
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
RNAlib-2.1.9
ViennaRNA Package core - RNAlib
Parsing and Comparing - Functions to Manipulate Structures
Utilities - Odds and Ends
Example - A Small Example Program
Deprecated List
Bibliographic References
Modules
Data Structures
Files
File List
H
2Dfold.h
2Dpfold.h
ali_plex.h
alifold.h
aln_util.h
cofold.h
convert_epars.h
data_structures.h
dist_vars.h
duplex.h
edit_cost.h
energy_const.h
energy_par.h
findpath.h
fold.h
fold_vars.h
gquad.h
inverse.h
Lfold.h
loop_energies.h
LPfold.h
MEA.h
mm.h
move_set.h
naview.h
pair_mat.h
params.h
part_func.h
part_func_co.h
part_func_up.h
PKplex.h
plex.h
plot_layouts.h
ProfileAln.h
profiledist.h
PS_dot.h
read_epars.h
ribo.h
RNAstruct.h
snofold.h
snoop.h
stringdist.h
subopt.h
svm_utils.h
treedist.h
utils.h
lib
mainpage.h
Globals
fold_vars.h
Go to the documentation of this file.
1
#ifndef __VIENNA_RNA_PACKAGE_FOLD_VARS_H__
2
#define __VIENNA_RNA_PACKAGE_FOLD_VARS_H__
3
4
#include "
data_structures.h
"
5
12
#define PUBLIC
13
#define PRIVATE static
14
18
extern
int
fold_constrained
;
19
27
extern
int
noLonelyPairs
;
28
50
extern
int
dangles
;
51
55
extern
int
noGU
;
56
60
extern
int
no_closingGU
;
61
67
extern
int
tetra_loop
;
68
76
extern
int
energy_set
;
77
81
extern
int
circ
;
82
86
extern
int
csv
;
87
91
extern
int
oldAliEn
;
95
extern
int
ribo
;
96
101
extern
char
*
RibosumFile
;
102
110
extern
char
*
nonstandards
;
111
118
extern
double
temperature
;
119
124
extern
int
james_rule
;
125
129
extern
int
logML
;
130
142
extern
int
cut_point
;
143
150
extern
bondT
*
base_pair
;
151
157
extern
FLT_OR_DBL *
pr
;
158
165
extern
int
*
iindx
;
166
178
extern
double
pf_scale
;
179
186
extern
int
do_backtrack
;
187
195
extern
char
backtrack_type
;
196
200
extern
int
gquad
;
201
205
extern
int
canonicalBPonly
;
206
207
char
* option_string(
void
);
208
219
void
set_model_details
(
model_detailsT
*md);
220
221
#endif
H
fold_vars.h
Generated on Thu Feb 5 2015 15:05:30 for RNAlib-2.1.9 by
1.8.3.1