File: seqpcc.h

package info (click to toggle)
ncbi-tools6 6.1.20170106%2Bdfsg1-0%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 464,012 kB
  • sloc: ansic: 1,474,200; pascal: 6,740; cpp: 6,248; xml: 3,390; sh: 1,979; perl: 1,084; csh: 508; makefile: 432; ruby: 93; lisp: 81
file content (29 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef _SEQPCC_

#define _SEQPCC_

#ifndef _NCBI_Seqres_
#include <objres.h>
#endif

#ifndef _NCBI_Seq_
#include <objseq.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif

/* defines */

#define AA_PCC    0

/* prototypes */

extern SeqGraphPtr PCCProc (BioseqPtr bsp, SeqFeatPtr sfp, Int4 window);

#ifdef __cplusplus
}
#endif

#endif