File: window-acgt.hh

package info (click to toggle)
tigr-glimmer 3.02b-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,948 kB
  • sloc: cpp: 24,416; awk: 232; csh: 220; makefile: 147; sh: 51
file content (31 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (14)
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
30
31
//  A. L. Delcher
//
//  File:  window-acgt.hh
//
//  Last Modified:  21 June 2005
//
//  Declarations for  window-acgt.cc



#ifndef  __WINDOW_ACGT_HH_INCLUDED
#define  __WINDOW_ACGT_HH_INCLUDED


#include  "delcher.hh"
#include  "gene.hh"


static void  Finish
    (int win_pos, int win_size, int win_next, int count [5],
     const vector <char> & window, int win_sub);
static void  Parse_Command_Line
    (int argc, char * argv []);
static void  Print_Line
    (int win_pos, int win_size, int count [5]);
int static  Subscript
    (char ch);
static void  Usage
    (void);

#endif