RNAlib-2.1.9
Lfold.h
Go to the documentation of this file.
1 #ifndef __VIENNA_RNA_PACKAGE_LFOLD_H__
2 #define __VIENNA_RNA_PACKAGE_LFOLD_H__
3 
38 float Lfold(const char *string,
39  char *structure,
40  int maxdist);
41 
53 float Lfoldz( const char *string,
54  char *structure,
55  int maxdist,
56  int zsc,
57  double min_z);
58 
59 
77 float aliLfold( const char **strings,
78  char *structure,
79  int maxdist);
80 
81 #endif