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

Tree @a2ba7ce (Download .tar.gz)

entropy-profile.hh @a2ba7ceraw · 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