File: align.h

package info (click to toggle)
sibsim4 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 216 kB
  • ctags: 258
  • sloc: ansic: 3,792; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Id: align.h,v 1.11 2008/03/29 01:26:45 c4chris Exp $
 *
 * Christian Iseli, LICR ITO, Christian.Iseli@licr.org
 *
 * Copyright (c) 2001-2004 Swiss Institute of Bioinformatics.
 * Copyright (C) 1998-2001  Liliana Florea.
 */
#ifndef SCRIPTLIB_H
#define SCRIPTLIB_H
extern void align_path(uchar *,uchar *,int,int,int,int,int,edit_script_p_t*,
	   edit_script_p_t*, int,int);
extern int  align_get_dist(uchar *,uchar *,int, int, int, int, int);
extern void Condense_both_Ends(edit_script_p_t *, edit_script_p_t *,
			       edit_script_p_t*);
extern void S2A(edit_script_p_t, int *);
extern void IDISPLAY(uchar *, uchar *, unsigned int, unsigned int, int *,
		     unsigned int, unsigned int, collec_p_t, int);
extern void Free_script(edit_script_p_t);

#endif /* SCRIPTLIB_H */