Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / H / ribo.h
1 #ifndef __VIENNA_RNA_PACKAGE_RIBOSUM_H__
2 #define __VIENNA_RNA_PACKAGE_RIBOSUM_H__
3
4 float **get_ribosum(const char **Alseq,
5                     int n_seq,
6                     int length);
7
8 #endif