b92c4d6b4b
brook at biology dot nmsu dot edu and his team at NMSU. Glimmer (Gene Locator and Interpolated Markov Modeler) is a system for finding genes in microbial DNA, especially the genomes of bacteria and archaea. Glimmer uses interpolated Markov models (IMMs) to identify the coding regions and distinguish them from noncoding DNA. The IMM approach uses a combination of Markov models from 1st through 8th-order, weighting each model according to its predictive power.
17 lines
366 B
Text
17 lines
366 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/09/30 02:11:06 jschauma Exp $
|
|
|
|
--- Makefile.orig 2003-09-29 22:02:13.000000000 -0400
|
|
+++ Makefile 2003-09-29 22:02:45.000000000 -0400
|
|
@@ -4,9 +4,9 @@
|
|
PROJECTDIR = .
|
|
BINDIR = $(PROJECTDIR)
|
|
|
|
-CC = gcc
|
|
-CPPC = g++
|
|
-CFLAGS = -O3 -g -Wall
|
|
+#CC = gcc
|
|
+CPPC = ${CXX}
|
|
+#CFLAGS = -O3 -g -Wall
|
|
LDFLAGS = -lm
|
|
|
|
DEPEND_FILES = *.cc *.c *.h
|