Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / H / aln_util.h
1 #ifndef __VIENNA_RNA_PACKAGE_ALN_UTIL_H__
2 #define __VIENNA_RNA_PACKAGE_ALN_UTIL_H__
3
4 int 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