File: edge.h

package info (click to toggle)
staden 2.0.0%2Bb11-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,584 kB
  • sloc: ansic: 240,605; tcl: 65,360; cpp: 12,854; makefile: 11,203; sh: 3,023; fortran: 2,033; perl: 63; awk: 46
file content (7 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
char *seq_left_end ( char seq[], int seq_length, int start, int window_length,
		    int inc);

char *seq_right_end ( char seq[], int seq_length, int end, int window_length,
		     int inc );

void get_base_comp ( char seq[], int seq_length, double base_comp[5] );