File: gonnet.h

package info (click to toggle)
muscle 3.52-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,196 kB
  • ctags: 1,763
  • sloc: cpp: 21,335; xml: 185; makefile: 104
file content (12 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef Gonnet_h
#define Gonnet_h

typedef double t_ROW[20];

const t_ROW *GetGonnetMatrix(unsigned N);
SCORE GetGonnetGapOpen(unsigned N);
SCORE GetGonnetGapExtend(unsigned N);

extern double GonnetLookup[400][400];

#endif	// Gonnet_h