Codebase list tigr-glimmer / upstream/3.02b SimpleMake / entropy-profile.hh
upstream/3.02b

Tree @upstream/3.02b (Download .tar.gz)

entropy-profile.hh @upstream/3.02braw · 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