RNAlib-2.0.3
H/aln_util.h
00001 #ifndef __VIENNA_RNA_PACKAGE_ALN_UTIL_H__
00002 #define __VIENNA_RNA_PACKAGE_ALN_UTIL_H__
00003 
00004 int read_clustal( FILE *clust,
00005                   char *AlignedSeqs[],
00006                   char *names[]);
00007 /*@only@*/ /*@notnull@*/ char *consensus(const char *AS[]);
00008 /*@only@*/ /*@notnull@*/ char *consens_mis(const char *AS[]);
00009 
00010 #endif