RNAlib-2.1.9h
aln_util.h
1#ifndef __VIENNA_RNA_PACKAGE_ALN_UTIL_H__
2#define __VIENNA_RNA_PACKAGE_ALN_UTIL_H__
3
4int read_clustal( FILE *clust,
5 char *AlignedSeqs[],
6 char *names[]);
7/*@only@*/ /*@notnull@*/ char *consensus(const char *AS[]);
8/*@only@*/ /*@notnull@*/ char *consens_mis(const char *AS[]);
9
10#endif