File: entropy-profile.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 (25 lines) | stat: -rw-r--r-- 383 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
//  A. L. Delcher
//
//  File:  entropy-profile.hh
//
//  Last Modified:  28 July 2005
//
//  Declarations for  entropy-profile.cc



#ifndef  __ENTROPY_PROFILE_HH_INCLUDED
#define  __ENTROPY_PROFILE_HH_INCLUDED


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


static void  Parse_Command_Line
    (int argc, char * argv []);
static void  Usage
    (void);

#endif