RNAlib-2.4.4
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 };
32 
33 
39 const char *
41 
42 
48 void read_parameter_file(const char fname[]);
49 
50 
56 void write_parameter_file(const char fname[]);
57 
58 
63 enum parset gettype(const char *ident);
64 
65 
70 char *settype(enum parset s);
71 
72 
77 #endif
const char * last_parameter_file(void)
Get the file name of the parameter file that was most recently loaded.
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.