RNAlib-2.5.0
ProfileAln.h
1 #ifndef VIENNA_RNA_PACKAGE_PROFILEALN_H
2 #define VIENNA_RNA_PACKAGE_PROFILEALN_H
3 
4 float profile_aln(const float *T1,
5  const char *seq1,
6  const float *T2,
7  const char *seq2);
8 
9 
10 int set_paln_params(double gap_open,
11  double gap_ext,
12  double seqweight,
13  int free_ends);
14 
15 
16 #endif