~ubuntu-branches/ubuntu/dapper/ncbi-tools6/dapper

« back to all changes in this revision

Viewing changes to desktop/aacomp.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2002-04-04 22:13:09 UTC
  • Revision ID: james.westby@ubuntu.com-20020404221309-vfze028rfnlrldct
Tags: upstream-6.1.20011220a
ImportĀ upstreamĀ versionĀ 6.1.20011220a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _SEQAAC_
 
2
 
 
3
#define _SEQAAC_
 
4
 
 
5
#ifndef _NCBI_Seqres_
 
6
#include <objres.h>
 
7
#endif
 
8
 
 
9
#ifndef _NCBI_Seq_
 
10
#include <objseq.h>
 
11
#endif
 
12
 
 
13
#ifdef __cplusplus
 
14
extern "C" {
 
15
#endif
 
16
 
 
17
/* prototypes */
 
18
 
 
19
extern Int4 ReadAAC (CharPtr filename, FloatHiPtr scr, CharPtr res);
 
20
 
 
21
extern FloatHiPtr AAComposition (SeqPortPtr spp,
 
22
                                 Int4 start, Int4 end, Int4 numval,
 
23
                                 FloatHiPtr scr, CharPtr res, Int4 window);
 
24
 
 
25
#ifdef __cplusplus
 
26
}
 
27
#endif
 
28
 
 
29
#endif