RNAlib-2.0.3b
H/Lfold.h
Go to the documentation of this file.
00001 #ifndef __VIENNA_RNA_PACKAGE_LFOLD_H__
00002 #define __VIENNA_RNA_PACKAGE_LFOLD_H__
00003 
00019 float Lfold(const char *string,
00020             char *structure,
00021             int maxdist);
00022 
00031 float aliLfold( const char **strings,
00032                 char *structure,
00033                 int maxdist);
00034 
00044 float Lfoldz( const char *string,
00045               char *structure,
00046               int maxdist,
00047               int zsc,
00048               double min_z);
00049 
00050 #endif