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

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

anomaly.hh @3e814cdb-e004-4d37-9919-46690da6c39e/mainraw · history · blame

//  A. L. Delcher
//
//  File:  anomaly.hh
//
//  Last Modified:  Fri May 19 17:10:05 EDT 2006
//
//  Declarations for  anomaly.cc



#ifndef  __ANOMALY_HH_INCLUDED
#define  __ANOMALY_HH_INCLUDED


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


static bool  Is_Start_Codon
    (const char * p);
static bool  Is_Stop_Codon
    (const char * p);
static void  Parse_Command_Line
    (int argc, char * argv []);
static void  Set_Start_And_Stop_Codons
    (void);
static void  Usage
    (void);


#endif