Revision 65e147fc67310f2f53bbe1c8fc89ab94b02570dc authored by Ronny Lorenz on 04 May 2015, 13:34:04 UTC, committed by Ronny Lorenz on 04 May 2015, 13:34:04 UTC
1 parent 48c40ba
Raw File
ProfileAln.h
#ifndef __VIENNA_RNA_PACKAGE_PROFILEALN_H__
#define __VIENNA_RNA_PACKAGE_PROFILEALN_H__

float profile_aln(const float *T1,
                  const char *seq1,
                  const float *T2,
                  const char *seq2);

int set_paln_params(double gap_open,
                    double gap_ext,
                    double seqweight,
                    int free_ends);

#endif
back to top