Codebase list tigr-glimmer / 8356402 SimpleMake / entropy-profile.hh
8356402

Tree @8356402 (Download .tar.gz)

entropy-profile.hh @8356402raw · history · blame

//  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