Codebase list tigr-glimmer / 3e814cdb-e004-4d37-9919-46690da6c39e/main SimpleMake / entropy-profile.hh
3e814cdb-e004-4d37-9919-46690da6c39e/main

Tree @3e814cdb-e004-4d37-9919-46690da6c39e/main (Download .tar.gz)

entropy-profile.hh @3e814cdb-e004-4d37-9919-46690da6c39e/mainraw · 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