00001 #ifndef __VIENNA_RNA_PACKAGE_LFOLD_H__ 00002 #define __VIENNA_RNA_PACKAGE_LFOLD_H__ 00003 00038 float Lfold(const char *string, 00039 char *structure, 00040 int maxdist); 00041 00053 float Lfoldz( const char *string, 00054 char *structure, 00055 int maxdist, 00056 int zsc, 00057 double min_z); 00058 00059 00077 float aliLfold( const char **strings, 00078 char *structure, 00079 int maxdist); 00080 00081 #endif