File: sequtils.h

package info (click to toggle)
staden 2.0.0%2Bb11-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 21,568 kB
  • sloc: ansic: 240,605; tcl: 65,360; cpp: 12,854; makefile: 11,201; sh: 2,952; fortran: 2,033; perl: 63; awk: 46
file content (7 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#ifndef _SEQUTILS_H_
#define _SEQUTILS_H_

void sequence_info(char *seq_name, char *sequence, int start, int end, 
		   int seq_structure, int seq_type);
double get_seq_mass (int seq_num);
#endif