RNAlib-2.3.1
read_epars.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_READ_EPARS_H
2 #define VIENNA_RNA_PACKAGE_READ_EPARS_H
3 
25 enum parset {
26  UNKNOWN= -1, QUIT,
27  S, S_H, HP, HP_H, B, B_H, IL, IL_H, MMH, MMH_H, MMI, MMI_H,
28  MMI1N, MMI1N_H, MMI23, MMI23_H, MMM, MMM_H, MME, MME_H, D5, D5_H, D3, D3_H,
29  INT11, INT11_H, INT21, INT21_H, INT22, INT22_H, ML, TL,
30  TRI, HEX, NIN, MISC};
31 
37 void read_parameter_file(const char fname[]);
38 
44 void write_parameter_file(const char fname[]);
45 
50 enum parset gettype(const char *ident);
51 
56 char *settype(enum parset s);
57 
62 #endif
void read_parameter_file(const char fname[])
Read energy parameters from a file.
void write_parameter_file(const char fname[])
Write energy parameters to a file.