00001 #ifndef SPLICE_H 00002 #define SPLICE_H 00003 00004 /* "$Id: splice.h,v 1.1.1.1 2007-07-13 03:44:06 kzhou Exp $"; */ 00005 00006 extern signal_t gt; 00007 extern signal_t ct; 00008 extern signal_t ag; 00009 extern signal_t ac; 00010 00011 00012 splice_t *new_splice(char,int,int,int,int,int,splice_t *); 00013 void splice(const char *in_seqx, int ls, int us, int le, int ue, 00014 const char *in_seqy, int ys, int ye, splice_t **g, splice_t **c, int ori); 00015 00016 #endif /* SPLICE_H */
1.5.6