RNAlib-2.2.7
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 
20 enum parset {
21  UNKNOWN= -1, QUIT,
22  S, S_H, HP, HP_H, B, B_H, IL, IL_H, MMH, MMH_H, MMI, MMI_H,
23  MMI1N, MMI1N_H, MMI23, MMI23_H, MMM, MMM_H, MME, MME_H, D5, D5_H, D3, D3_H,
24  INT11, INT11_H, INT21, INT21_H, INT22, INT22_H, ML, TL,
25  TRI, HEX, NIN, MISC};
26 
32 void read_parameter_file(const char fname[]);
33 
39 void write_parameter_file(const char fname[]);
40 
45 enum parset gettype(const char *ident);
46 
51 char *settype(enum parset s);
52 
57 #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.